Class AgreementFileVersionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AgreementFileVersion,AgreementFileVersionCollectionRequestBuilder>
com.microsoft.graph.requests.AgreementFileVersionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AgreementFileVersionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AgreementFileVersion,AgreementFileVersionCollectionRequestBuilder>
The class for the Agreement File Version Collection Page.
  • Constructor Details

    • AgreementFileVersionCollectionPage

      public AgreementFileVersionCollectionPage(@Nonnull AgreementFileVersionCollectionResponse response, @Nonnull AgreementFileVersionCollectionRequestBuilder builder)
      A collection page for AgreementFileVersion
      Parameters:
      response - the serialized AgreementFileVersionCollectionResponse from the service
      builder - the request builder for the next collection page
    • AgreementFileVersionCollectionPage

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