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