Class ExternalGroupCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalGroup,ExternalGroupCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalGroupCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalGroup,ExternalGroupCollectionRequestBuilder>
The class for the External Group Collection Page.
  • Constructor Details

    • ExternalGroupCollectionPage

      public ExternalGroupCollectionPage(@Nonnull ExternalGroupCollectionResponse response, @Nonnull ExternalGroupCollectionRequestBuilder builder)
      A collection page for ExternalGroup
      Parameters:
      response - the serialized ExternalGroupCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExternalGroupCollectionPage

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