Class GroupCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Group,GroupCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.GroupCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class GroupCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Group,GroupCollectionWithReferencesRequestBuilder>
The class for the Group Collection With References Page.
  • Constructor Details

    • GroupCollectionWithReferencesPage

      public GroupCollectionWithReferencesPage(@Nonnull GroupCollectionResponse response, @Nullable GroupCollectionWithReferencesRequestBuilder builder)
      A collection page for Group
      Parameters:
      response - the serialized GroupCollectionResponse from the service
      builder - the request builder for the next collection page
    • GroupCollectionWithReferencesPage

      public GroupCollectionWithReferencesPage(@Nonnull List<Group> pageContents, @Nullable GroupCollectionWithReferencesRequestBuilder nextRequestBuilder)
      Creates the collection page for Group
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page