Class MicrosoftGraphTimeZoneBase
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeZoneBase
-
public final class MicrosoftGraphTimeZoneBase extends Object
timeZoneBase.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTimeZoneBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: timeZoneBase.String
name()
Get the name property: The name of a time zone.void
validate()
Validates the instance.MicrosoftGraphTimeZoneBase
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: timeZoneBase.MicrosoftGraphTimeZoneBase
withName(String name)
Set the name property: The name of a time zone.
-
-
-
Method Detail
-
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:
- the name value.
-
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:
name
- the name value to set.- Returns:
- the MicrosoftGraphTimeZoneBase object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: timeZoneBase.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTimeZoneBase withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-