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