Class ContractCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Contract,ContractCollectionRequestBuilder>
com.microsoft.graph.requests.ContractCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ContractCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Contract,ContractCollectionRequestBuilder>
The class for the Contract Collection Page.
  • Constructor Details

    • ContractCollectionPage

      public ContractCollectionPage(@Nonnull ContractCollectionResponse response, @Nonnull ContractCollectionRequestBuilder builder)
      A collection page for Contract
      Parameters:
      response - the serialized ContractCollectionResponse from the service
      builder - the request builder for the next collection page
    • ContractCollectionPage

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