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