public class OutlookUserSupportedTimeZonesParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder
Fluent builder for the OutlookUserSupportedTimeZonesParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
TimeZoneStandard |
timeZoneStandard
The time Zone Standard.
|
| Modifier | Constructor and Description |
|---|---|
|
OutlookUserSupportedTimeZonesParameterSet()
Instiaciates a new OutlookUserSupportedTimeZonesParameterSet
|
protected |
OutlookUserSupportedTimeZonesParameterSet(OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder builder)
Instiaciates a new OutlookUserSupportedTimeZonesParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="timeZoneStandard",
alternate="TimeZoneStandard")
@Expose
@Nullable
public TimeZoneStandard timeZoneStandard
public OutlookUserSupportedTimeZonesParameterSet()
protected OutlookUserSupportedTimeZonesParameterSet(@Nonnull
OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()