Class MicrosoftGraphTimeZoneBase


  • public final class MicrosoftGraphTimeZoneBase
    extends Object
    timeZoneBase.
    • Constructor Detail

      • MicrosoftGraphTimeZoneBase

        public MicrosoftGraphTimeZoneBase()
    • 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.