Class MicrosoftGraphDateTimeZone


  • public final class MicrosoftGraphDateTimeZone
    extends Object
    dateTimeTimeZone.
    • Constructor Detail

      • MicrosoftGraphDateTimeZone

        public MicrosoftGraphDateTimeZone()
    • Method Detail

      • dateTime

        public String dateTime()
        Get the dateTime property: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
        Returns:
        the dateTime value.
      • withDateTime

        public MicrosoftGraphDateTimeZone withDateTime​(String dateTime)
        Set the dateTime property: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
        Parameters:
        dateTime - the dateTime value to set.
        Returns:
        the MicrosoftGraphDateTimeZone object itself.
      • timeZone

        public String timeZone()
        Get the timeZone property: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
        Returns:
        the timeZone value.
      • withTimeZone

        public MicrosoftGraphDateTimeZone withTimeZone​(String timeZone)
        Set the timeZone property: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
        Parameters:
        timeZone - the timeZone value to set.
        Returns:
        the MicrosoftGraphDateTimeZone object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: dateTimeTimeZone.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphDateTimeZone withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: dateTimeTimeZone.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphDateTimeZone object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.