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