MicrosoftGraphTimeZoneBase Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTimeZoneBase
- com.
Implements
public final class MicrosoftGraphTimeZoneBase
implements JsonSerializable<MicrosoftGraphTimeZoneBase>
Represents a time zone base.
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<String,Object> additionalProperties()
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<String,Object> additionalProperties)
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: