Package com.microsoft.graph.requests
Class OutlookUserSupportedTimeZonesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TimeZoneInformation,OutlookUserSupportedTimeZonesCollectionRequestBuilder>
com.microsoft.graph.requests.OutlookUserSupportedTimeZonesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OutlookUserSupportedTimeZonesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<TimeZoneInformation,OutlookUserSupportedTimeZonesCollectionRequestBuilder>
The class for the Outlook User Supported Time Zones Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionOutlookUserSupportedTimeZonesCollectionPage
(OutlookUserSupportedTimeZonesCollectionResponse response, OutlookUserSupportedTimeZonesCollectionRequestBuilder builder) A collection page for TimeZoneInformation.OutlookUserSupportedTimeZonesCollectionPage
(List<TimeZoneInformation> pageContents, OutlookUserSupportedTimeZonesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OutlookUserSupportedTimeZones -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OutlookUserSupportedTimeZonesCollectionPage
public OutlookUserSupportedTimeZonesCollectionPage(@Nonnull OutlookUserSupportedTimeZonesCollectionResponse response, @Nonnull OutlookUserSupportedTimeZonesCollectionRequestBuilder builder) A collection page for TimeZoneInformation.- Parameters:
response
- The serialized OutlookUserSupportedTimeZonesCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
OutlookUserSupportedTimeZonesCollectionPage
public OutlookUserSupportedTimeZonesCollectionPage(@Nonnull List<TimeZoneInformation> pageContents, @Nullable OutlookUserSupportedTimeZonesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OutlookUserSupportedTimeZones- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-