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