Package com.microsoft.graph.requests
Class AgreementAcceptanceCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.AgreementAcceptanceCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AgreementAcceptanceCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionWithReferencesRequestBuilder>
The class for the Agreement Acceptance Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementAcceptanceCollectionWithReferencesPage
(AgreementAcceptanceCollectionResponse response, AgreementAcceptanceCollectionWithReferencesRequestBuilder builder) A collection page for AgreementAcceptanceAgreementAcceptanceCollectionWithReferencesPage
(List<AgreementAcceptance> pageContents, AgreementAcceptanceCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for AgreementAcceptance -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AgreementAcceptanceCollectionWithReferencesPage
public AgreementAcceptanceCollectionWithReferencesPage(@Nonnull AgreementAcceptanceCollectionResponse response, @Nullable AgreementAcceptanceCollectionWithReferencesRequestBuilder builder) A collection page for AgreementAcceptance- Parameters:
response
- the serialized AgreementAcceptanceCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AgreementAcceptanceCollectionWithReferencesPage
public AgreementAcceptanceCollectionWithReferencesPage(@Nonnull List<AgreementAcceptance> pageContents, @Nullable AgreementAcceptanceCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for AgreementAcceptance- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-