Class CaseCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Case,CaseCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.CaseCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CaseCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Case,CaseCollectionRequestBuilder>
The class for the Case Collection Page.
  • Constructor Details

    • CaseCollectionPage

      public CaseCollectionPage(@Nonnull CaseCollectionResponse response, @Nonnull CaseCollectionRequestBuilder builder)
      A collection page for Case
      Parameters:
      response - the serialized CaseCollectionResponse from the service
      builder - the request builder for the next collection page
    • CaseCollectionPage

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