Class CaseOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CaseOperation,CaseOperationCollectionRequestBuilder>
com.microsoft.graph.security.requests.CaseOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CaseOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<CaseOperation,CaseOperationCollectionRequestBuilder>
The class for the Case Operation Collection Page.
  • Constructor Details

    • CaseOperationCollectionPage

      public CaseOperationCollectionPage(@Nonnull CaseOperationCollectionResponse response, @Nonnull CaseOperationCollectionRequestBuilder builder)
      A collection page for CaseOperation
      Parameters:
      response - the serialized CaseOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • CaseOperationCollectionPage

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