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