Package com.microsoft.graph.requests
Class GroupCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Group,GroupCollectionRequestBuilder>
com.microsoft.graph.requests.GroupCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class GroupCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Group,GroupCollectionRequestBuilder>
The class for the Group Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionGroupCollectionPage
(GroupCollectionResponse response, GroupCollectionRequestBuilder builder) A collection page for GroupGroupCollectionPage
(List<Group> pageContents, GroupCollectionRequestBuilder 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
-
GroupCollectionPage
public GroupCollectionPage(@Nonnull GroupCollectionResponse response, @Nonnull GroupCollectionRequestBuilder builder) A collection page for Group- Parameters:
response
- the serialized GroupCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
GroupCollectionPage
public GroupCollectionPage(@Nonnull List<Group> pageContents, @Nullable GroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Group- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-