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