Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionAgreementFileVersionCollectionPage(AgreementFileVersionCollectionResponse response, AgreementFileVersionCollectionRequestBuilder builder) A collection page for AgreementFileVersionAgreementFileVersionCollectionPage(List<AgreementFileVersion> pageContents, AgreementFileVersionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AgreementFileVersion -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AgreementFileVersionCollectionPage
public AgreementFileVersionCollectionPage(@Nonnull AgreementFileVersionCollectionResponse response, @Nonnull AgreementFileVersionCollectionRequestBuilder builder) A collection page for AgreementFileVersion- Parameters:
response- the serialized AgreementFileVersionCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-