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