Class ManagedAppOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppOperation,ManagedAppOperationCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedAppOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedAppOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppOperation,ManagedAppOperationCollectionRequestBuilder>
The class for the Managed App Operation Collection Page.
  • Constructor Details

    • ManagedAppOperationCollectionPage

      public ManagedAppOperationCollectionPage(@Nonnull ManagedAppOperationCollectionResponse response, @Nonnull ManagedAppOperationCollectionRequestBuilder builder)
      A collection page for ManagedAppOperation
      Parameters:
      response - the serialized ManagedAppOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • ManagedAppOperationCollectionPage

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