你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphTimeZoneBase Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTimeZoneBase
- com.
Implements
public final class MicrosoftGraphTimeZoneBase
implements JsonSerializable<MicrosoftGraphTimeZoneBase>
timeZoneBase.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTimeZoneBase() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
name()
Get the name property: The name of a time zone. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withName(String name)
Set the name property: The name of a time zone. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTimeZoneBase
public MicrosoftGraphTimeZoneBase()
Creates an instance of MicrosoftGraphTimeZoneBase class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: timeZoneBase.
Returns:
fromJson
public static MicrosoftGraphTimeZoneBase fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTimeZoneBase from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTimeZoneBase withAdditionalProperties(Map
Set the additionalProperties property: timeZoneBase.
Parameters:
Returns:
withName
public MicrosoftGraphTimeZoneBase withName(String name)
Set the name property: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
Parameters:
Returns: