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.
  • Constructor Details

    • GroupDeltaCollectionPage

      public GroupDeltaCollectionPage(@Nonnull GroupDeltaCollectionResponse response, @Nonnull GroupDeltaCollectionRequestBuilder builder)
      A collection page for Group.
      Parameters:
      response - The serialized GroupDeltaCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page