Package com.microsoft.graph.requests
Class AgreementAcceptanceCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionRequestBuilder>
com.microsoft.graph.requests.AgreementAcceptanceCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AgreementAcceptanceCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AgreementAcceptance,AgreementAcceptanceCollectionRequestBuilder>
The class for the Agreement Acceptance Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAgreementAcceptanceCollectionPage(AgreementAcceptanceCollectionResponse response, AgreementAcceptanceCollectionRequestBuilder builder) A collection page for AgreementAcceptanceAgreementAcceptanceCollectionPage(List<AgreementAcceptance> pageContents, AgreementAcceptanceCollectionRequestBuilder 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
-
AgreementAcceptanceCollectionPage
public AgreementAcceptanceCollectionPage(@Nonnull AgreementAcceptanceCollectionResponse response, @Nonnull AgreementAcceptanceCollectionRequestBuilder builder) A collection page for AgreementAcceptance- Parameters:
response- the serialized AgreementAcceptanceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AgreementAcceptanceCollectionPage
public AgreementAcceptanceCollectionPage(@Nonnull List<AgreementAcceptance> pageContents, @Nullable AgreementAcceptanceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AgreementAcceptance- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-