Package com.microsoft.graph.models
Class OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder
- Enclosing class:
OutlookUserSupportedTimeZonesParameterSet
public static final class OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder
extends Object
Fluent builder for the OutlookUserSupportedTimeZonesParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new OutlookUserSupportedTimeZonesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the TimeZoneStandard
-
Field Details
-
timeZoneStandard
The timeZoneStandard parameter value
-
-
Constructor Details
-
OutlookUserSupportedTimeZonesParameterSetBuilder
@Nullable protected OutlookUserSupportedTimeZonesParameterSetBuilder()Instanciates a new OutlookUserSupportedTimeZonesParameterSetBuilder
-
-
Method Details
-
withTimeZoneStandard
@Nonnull public OutlookUserSupportedTimeZonesParameterSet.OutlookUserSupportedTimeZonesParameterSetBuilder withTimeZoneStandard(@Nullable TimeZoneStandard val) Sets the TimeZoneStandard- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-