Uses of Class
com.mypurecloud.sdk.v2.model.QueryTimeOffLimitValuesRequest
Packages that use QueryTimeOffLimitValuesRequest
Package
Description
-
Uses of QueryTimeOffLimitValuesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery(String businessUnitId, QueryTimeOffLimitValuesRequest body) Retrieves time-off limit related values based on a given set of filters.WorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimitsValuesQueryWithHttpInfo(String businessUnitId, QueryTimeOffLimitValuesRequest body) Retrieves time-off limit related values based on a given set of filters.WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(String managementUnitId, QueryTimeOffLimitValuesRequest body) Retrieves time off limit related values based on a given set of filters.WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQueryWithHttpInfo(String managementUnitId, QueryTimeOffLimitValuesRequest body) Retrieves time off limit related values based on a given set of filters.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimitsValuesQuery(ApiRequest<QueryTimeOffLimitValuesRequest> request) Retrieves time-off limit related values based on a given set of filters.WorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeofflimitsValuesQueryAsync(ApiRequest<QueryTimeOffLimitValuesRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffLimitValuesResponse>> callback) Retrieves time-off limit related values based on a given set of filters.WorkforceManagementApi.postWorkforcemanagementManagementunitTimeofflimitsValuesQuery(ApiRequest<QueryTimeOffLimitValuesRequest> request) Retrieves time off limit related values based on a given set of filters.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeofflimitsValuesQueryAsync(ApiRequest<QueryTimeOffLimitValuesRequest> request, AsyncApiCallback<ApiResponse<QueryTimeOffLimitValuesResponse>> callback) Retrieves time off limit related values based on a given set of filters. -
Uses of QueryTimeOffLimitValuesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.getBody()PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.withHttpInfo()PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.builder(String businessUnitId, QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.builder(String managementUnitId, QueryTimeOffLimitValuesRequest body) voidPostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.setBody(QueryTimeOffLimitValuesRequest body) voidPostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.setBody(QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.Builder.withBody(QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.withBody(QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.Builder.withBody(QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.withBody(QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsValuesQueryRequest.Builder.withRequiredParams(String businessUnitId, QueryTimeOffLimitValuesRequest body) PostWorkforcemanagementManagementunitTimeofflimitsValuesQueryRequest.Builder.withRequiredParams(String managementUnitId, QueryTimeOffLimitValuesRequest body) -
Uses of QueryTimeOffLimitValuesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueryTimeOffLimitValuesRequestModifier and TypeMethodDescriptionQueryTimeOffLimitValuesRequest.activityCodeId(String activityCodeId) The ID of the activity code by which to filter the affected limit objects.QueryTimeOffLimitValuesRequest.dateRanges(List<LocalDateRange> dateRanges) The list of the date ranges to return time off limit, allocated and waitlisted minutes.QueryTimeOffLimitValuesRequest.timeOffLimitId(String timeOffLimitId) The time off limit object id to retrieve values for.