Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest
Packages that use PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest
-
Uses of PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQuery(PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest request) Fetches time off requests matching the conditions specified in the request body Request body requires one of the following: statuses == [Pending] or date range to be specified and less than or equal to 33 days.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffrequestsQueryAsync(PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest request, AsyncApiCallback<TimeOffRequestListing> callback) Fetches time off requests matching the conditions specified in the request body Request body requires one of the following: statuses == [Pending] or date range to be specified and less than or equal to 33 days. -
Uses of PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.Builder.build()PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withBody(TimeOffRequestQueryBody body) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withCustomHeader(String name, String value) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withForceDownloadService(Boolean forceDownloadService) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withManagementUnitId(String managementUnitId)