Class OutlookUserSupportedTimeZonesParameterSet

java.lang.Object
com.microsoft.graph.models.OutlookUserSupportedTimeZonesParameterSet

public class OutlookUserSupportedTimeZonesParameterSet extends Object
The class for the Outlook User Supported Time Zones Parameter Set.
  • Field Details

    • timeZoneStandard

      @SerializedName(value="timeZoneStandard", alternate="TimeZoneStandard") @Expose @Nullable public TimeZoneStandard timeZoneStandard
      The time Zone Standard.
  • Constructor Details

    • OutlookUserSupportedTimeZonesParameterSet

      public OutlookUserSupportedTimeZonesParameterSet()
      Instiaciates a new OutlookUserSupportedTimeZonesParameterSet
    • OutlookUserSupportedTimeZonesParameterSet

      protected OutlookUserSupportedTimeZonesParameterSet(@Nonnull OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder builder)
      Instiaciates a new OutlookUserSupportedTimeZonesParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details