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 Details

    • GroupCollectionPage

      public GroupCollectionPage(@Nonnull GroupCollectionResponse response, @Nonnull GroupCollectionRequestBuilder builder)
      A collection page for Group
      Parameters:
      response - the serialized GroupCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page