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