Package com.microsoft.graph.requests
Class CalendarGetScheduleCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ScheduleInformation,CalendarGetScheduleCollectionRequestBuilder>
com.microsoft.graph.requests.CalendarGetScheduleCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CalendarGetScheduleCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ScheduleInformation,CalendarGetScheduleCollectionRequestBuilder>
The class for the Calendar Get Schedule Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarGetScheduleCollectionPage
(CalendarGetScheduleCollectionResponse response, CalendarGetScheduleCollectionRequestBuilder builder) A collection page for ScheduleInformation.CalendarGetScheduleCollectionPage
(List<ScheduleInformation> pageContents, CalendarGetScheduleCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CalendarGetSchedule -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CalendarGetScheduleCollectionPage
public CalendarGetScheduleCollectionPage(@Nonnull CalendarGetScheduleCollectionResponse response, @Nonnull CalendarGetScheduleCollectionRequestBuilder builder) A collection page for ScheduleInformation.- Parameters:
response
- The serialized CalendarGetScheduleCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
CalendarGetScheduleCollectionPage
public CalendarGetScheduleCollectionPage(@Nonnull List<ScheduleInformation> pageContents, @Nullable CalendarGetScheduleCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CalendarGetSchedule- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-