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