public class OutlookUserSupportedTimeZonesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TimeZoneInformation,OutlookUserSupportedTimeZonesCollectionRequestBuilder>
Constructor and Description |
---|
OutlookUserSupportedTimeZonesCollectionPage(java.util.List<TimeZoneInformation> pageContents,
OutlookUserSupportedTimeZonesCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for OutlookUserSupportedTimeZones
|
OutlookUserSupportedTimeZonesCollectionPage(OutlookUserSupportedTimeZonesCollectionResponse response,
OutlookUserSupportedTimeZonesCollectionRequestBuilder builder)
A collection page for TimeZoneInformation.
|
public OutlookUserSupportedTimeZonesCollectionPage(@Nonnull OutlookUserSupportedTimeZonesCollectionResponse response, @Nonnull OutlookUserSupportedTimeZonesCollectionRequestBuilder builder)
response
- The serialized OutlookUserSupportedTimeZonesCollectionResponse from the servicebuilder
- The request builder for the next collection pagepublic OutlookUserSupportedTimeZonesCollectionPage(@Nonnull java.util.List<TimeZoneInformation> pageContents, @Nullable OutlookUserSupportedTimeZonesCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page