Uses of Class
com.mypurecloud.sdk.v2.model.TimeOffRequestQueryBody
Packages that use TimeOffRequestQueryBody
Package
Description
-
Uses of TimeOffRequestQueryBody in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TimeOffRequestQueryBodyModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQuery(String managementUnitId, TimeOffRequestQueryBody body, Boolean forceDownloadService) 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.WorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQueryWithHttpInfo(String managementUnitId, TimeOffRequestQueryBody body, Boolean forceDownloadService) 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.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TimeOffRequestQueryBodyModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsQuery(ApiRequest<TimeOffRequestQueryBody> 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(ApiRequest<TimeOffRequestQueryBody> request, AsyncApiCallback<ApiResponse<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 TimeOffRequestQueryBody in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TimeOffRequestQueryBodyModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TimeOffRequestQueryBodyModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TimeOffRequestQueryBodyModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.builder(String managementUnitId, TimeOffRequestQueryBody body) voidPostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.setBody(TimeOffRequestQueryBody body) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.Builder.withBody(TimeOffRequestQueryBody body) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.withBody(TimeOffRequestQueryBody body) PostWorkforcemanagementManagementunitTimeoffrequestsQueryRequest.Builder.withRequiredParams(String managementUnitId, TimeOffRequestQueryBody body) -
Uses of TimeOffRequestQueryBody in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TimeOffRequestQueryBodyModifier and TypeMethodDescriptionThe inclusive range of dates to filter time off requestsThe set of ids to filter time off requestsTimeOffRequestQueryBody.statuses(List<TimeOffRequestQueryBody.StatusesEnum> statuses) The set of statuses to filter time off requestsTimeOffRequestQueryBody.substatuses(List<TimeOffRequestQueryBody.SubstatusesEnum> substatuses) The set of substatuses to filter time off requestsThe set of user ids to filter time off requests