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 Details

    • ApprovalFilterByCurrentUserCollectionPage

      public ApprovalFilterByCurrentUserCollectionPage(@Nonnull ApprovalFilterByCurrentUserCollectionResponse response, @Nonnull ApprovalFilterByCurrentUserCollectionRequestBuilder builder)
      A collection page for Approval.
      Parameters:
      response - The serialized ApprovalFilterByCurrentUserCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page