Class AgreementCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Agreement,AgreementCollectionRequestBuilder>
com.microsoft.graph.requests.AgreementCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AgreementCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Agreement,AgreementCollectionRequestBuilder>
The class for the Agreement Collection Page.
  • Constructor Details

    • AgreementCollectionPage

      public AgreementCollectionPage(@Nonnull AgreementCollectionResponse response, @Nonnull AgreementCollectionRequestBuilder builder)
      A collection page for Agreement
      Parameters:
      response - the serialized AgreementCollectionResponse from the service
      builder - the request builder for the next collection page
    • AgreementCollectionPage

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