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