Package com.microsoft.graph.models
Class OutlookUserSupportedTimeZonesParameterSet
java.lang.Object
com.microsoft.graph.models.OutlookUserSupportedTimeZonesParameterSet
The class for the Outlook User Supported Time Zones Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the OutlookUserSupportedTimeZonesParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OutlookUserSupportedTimeZonesParameterSetprotected
OutlookUserSupportedTimeZonesParameterSet
(OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder builder) Instiaciates a new OutlookUserSupportedTimeZonesParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
timeZoneStandard
@SerializedName(value="timeZoneStandard", alternate="TimeZoneStandard") @Expose @Nullable public TimeZoneStandard timeZoneStandardThe 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
-
newBuilder
@Nonnull public static OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-