public class ApprovalFilterByCurrentUserCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Approval,ApprovalFilterByCurrentUserCollectionRequestBuilder>
| Constructor and Description |
|---|
ApprovalFilterByCurrentUserCollectionPage(ApprovalFilterByCurrentUserCollectionResponse response,
ApprovalFilterByCurrentUserCollectionRequestBuilder builder)
A collection page for Approval.
|
ApprovalFilterByCurrentUserCollectionPage(java.util.List<Approval> pageContents,
ApprovalFilterByCurrentUserCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ApprovalFilterByCurrentUser
|
public ApprovalFilterByCurrentUserCollectionPage(@Nonnull
ApprovalFilterByCurrentUserCollectionResponse response,
@Nonnull
ApprovalFilterByCurrentUserCollectionRequestBuilder builder)
response - The serialized ApprovalFilterByCurrentUserCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic ApprovalFilterByCurrentUserCollectionPage(@Nonnull
java.util.List<Approval> pageContents,
@Nullable
ApprovalFilterByCurrentUserCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page