Package com.microsoft.graph.requests
Class AgreementFileLocalizationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AgreementFileLocalization,AgreementFileLocalizationCollectionRequestBuilder>
com.microsoft.graph.requests.AgreementFileLocalizationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AgreementFileLocalizationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AgreementFileLocalization,AgreementFileLocalizationCollectionRequestBuilder>
The class for the Agreement File Localization Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementFileLocalizationCollectionPage(AgreementFileLocalizationCollectionResponse response, AgreementFileLocalizationCollectionRequestBuilder builder) A collection page for AgreementFileLocalizationAgreementFileLocalizationCollectionPage(List<AgreementFileLocalization> pageContents, AgreementFileLocalizationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AgreementFileLocalization -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AgreementFileLocalizationCollectionPage
public AgreementFileLocalizationCollectionPage(@Nonnull AgreementFileLocalizationCollectionResponse response, @Nonnull AgreementFileLocalizationCollectionRequestBuilder builder) A collection page for AgreementFileLocalization- Parameters:
response- the serialized AgreementFileLocalizationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AgreementFileLocalizationCollectionPage
public AgreementFileLocalizationCollectionPage(@Nonnull List<AgreementFileLocalization> pageContents, @Nullable AgreementFileLocalizationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AgreementFileLocalization- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-