Class AgreementAcceptanceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionRequestBuilder>
com.microsoft.graph.requests.AgreementAcceptanceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AgreementAcceptanceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionRequestBuilder>
The class for the Agreement Acceptance Collection Page.
  • Constructor Details

    • AgreementAcceptanceCollectionPage

      public AgreementAcceptanceCollectionPage(@Nonnull AgreementAcceptanceCollectionResponse response, @Nonnull AgreementAcceptanceCollectionRequestBuilder builder)
      A collection page for AgreementAcceptance
      Parameters:
      response - the serialized AgreementAcceptanceCollectionResponse from the service
      builder - the request builder for the next collection page
    • AgreementAcceptanceCollectionPage

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