Class MicrosoftGraphTimeZoneBase
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeZoneBase
timeZoneBase.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTimeZoneBase class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: timeZoneBase.name()Get the name property: The name of a time zone.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeZoneBase.Set the name property: The name of a time zone.
-
Constructor Details
-
MicrosoftGraphTimeZoneBase
public MicrosoftGraphTimeZoneBase()Creates an instance of MicrosoftGraphTimeZoneBase class.
-
-
Method Details
-
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:
- the name value.
-
withName
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:
name- the name value to set.- Returns:
- the MicrosoftGraphTimeZoneBase object itself.
-
additionalProperties
Get the additionalProperties property: timeZoneBase.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: timeZoneBase.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTimeZoneBase object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-