public class AgreementFileLocalizationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AgreementFileLocalization,AgreementFileLocalizationCollectionRequestBuilder>
| Constructor and Description |
|---|
AgreementFileLocalizationCollectionPage(AgreementFileLocalizationCollectionResponse response,
AgreementFileLocalizationCollectionRequestBuilder builder)
A collection page for AgreementFileLocalization
|
AgreementFileLocalizationCollectionPage(java.util.List<AgreementFileLocalization> pageContents,
AgreementFileLocalizationCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for AgreementFileLocalization
|
public AgreementFileLocalizationCollectionPage(@Nonnull
AgreementFileLocalizationCollectionResponse response,
@Nonnull
AgreementFileLocalizationCollectionRequestBuilder builder)
response - the serialized AgreementFileLocalizationCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic AgreementFileLocalizationCollectionPage(@Nonnull
java.util.List<AgreementFileLocalization> pageContents,
@Nullable
AgreementFileLocalizationCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page