Class IdentityApiConnectorCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityApiConnector,IdentityApiConnectorCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityApiConnectorCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IdentityApiConnectorCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<IdentityApiConnector,IdentityApiConnectorCollectionRequestBuilder>
The class for the Identity Api Connector Collection Page.
  • Constructor Details

    • IdentityApiConnectorCollectionPage

      public IdentityApiConnectorCollectionPage(@Nonnull IdentityApiConnectorCollectionResponse response, @Nonnull IdentityApiConnectorCollectionRequestBuilder builder)
      A collection page for IdentityApiConnector
      Parameters:
      response - the serialized IdentityApiConnectorCollectionResponse from the service
      builder - the request builder for the next collection page
    • IdentityApiConnectorCollectionPage

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