Class LongRunningOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LongRunningOperation,LongRunningOperationCollectionRequestBuilder>
com.microsoft.graph.requests.LongRunningOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LongRunningOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LongRunningOperation,LongRunningOperationCollectionRequestBuilder>
The class for the Long Running Operation Collection Page.
  • Constructor Details

    • LongRunningOperationCollectionPage

      public LongRunningOperationCollectionPage(@Nonnull LongRunningOperationCollectionResponse response, @Nonnull LongRunningOperationCollectionRequestBuilder builder)
      A collection page for LongRunningOperation
      Parameters:
      response - the serialized LongRunningOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • LongRunningOperationCollectionPage

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