Package com.microsoft.graph.requests
Class GroupDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Group,GroupDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.GroupDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class GroupDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<Group,GroupDeltaCollectionRequestBuilder>
The class for the Group Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
-
Constructor Summary
ConstructorsConstructorDescriptionGroupDeltaCollectionPage
(GroupDeltaCollectionResponse response, GroupDeltaCollectionRequestBuilder builder) A collection page for Group.GroupDeltaCollectionPage
(List<Group> pageContents, GroupDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for GroupDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
GroupDeltaCollectionPage
public GroupDeltaCollectionPage(@Nonnull GroupDeltaCollectionResponse response, @Nonnull GroupDeltaCollectionRequestBuilder builder) A collection page for Group.- Parameters:
response
- The serialized GroupDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
GroupDeltaCollectionPage
public GroupDeltaCollectionPage(@Nonnull List<Group> pageContents, @Nullable GroupDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for GroupDelta- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-