Class ConnectionOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConnectionOperation,ConnectionOperationCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ConnectionOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ConnectionOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ConnectionOperation,ConnectionOperationCollectionRequestBuilder>
The class for the Connection Operation Collection Page.
  • Constructor Details

    • ConnectionOperationCollectionPage

      public ConnectionOperationCollectionPage(@Nonnull ConnectionOperationCollectionResponse response, @Nonnull ConnectionOperationCollectionRequestBuilder builder)
      A collection page for ConnectionOperation
      Parameters:
      response - the serialized ConnectionOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • ConnectionOperationCollectionPage

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