Class ApprovalFilterByCurrentUserCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseFunctionCollectionRequest<Approval,ApprovalFilterByCurrentUserCollectionResponse,ApprovalFilterByCurrentUserCollectionPage>
com.microsoft.graph.requests.ApprovalFilterByCurrentUserCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class ApprovalFilterByCurrentUserCollectionRequest extends com.microsoft.graph.http.BaseFunctionCollectionRequest<Approval,ApprovalFilterByCurrentUserCollectionResponse,ApprovalFilterByCurrentUserCollectionPage>
The class for the Approval Filter By Current User Collection Request.
  • Constructor Details

    • ApprovalFilterByCurrentUserCollectionRequest

      public ApprovalFilterByCurrentUserCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for this ApprovalFilterByCurrentUser
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details