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