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