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