Uses of Class
com.mypurecloud.sdk.v2.model.BuCreateTimeOffLimitRequest
Packages that use BuCreateTimeOffLimitRequest
Package
Description
-
Uses of BuCreateTimeOffLimitRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimits(String businessUnitId, BuCreateTimeOffLimitRequest body) Creates a new time-off limit objectWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimitsWithHttpInfo(String businessUnitId, BuCreateTimeOffLimitRequest body) Creates a new time-off limit objectMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeofflimits(ApiRequest<BuCreateTimeOffLimitRequest> request) Creates a new time-off limit objectWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeofflimitsAsync(ApiRequest<BuCreateTimeOffLimitRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffLimitResponse>> callback) Creates a new time-off limit object -
Uses of BuCreateTimeOffLimitRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeofflimitsRequest.builder(String businessUnitId, BuCreateTimeOffLimitRequest body) voidPostWorkforcemanagementBusinessunitTimeofflimitsRequest.setBody(BuCreateTimeOffLimitRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsRequest.Builder.withBody(BuCreateTimeOffLimitRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsRequest.withBody(BuCreateTimeOffLimitRequest body) PostWorkforcemanagementBusinessunitTimeofflimitsRequest.Builder.withRequiredParams(String businessUnitId, BuCreateTimeOffLimitRequest body) -
Uses of BuCreateTimeOffLimitRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuCreateTimeOffLimitRequestModifier and TypeMethodDescriptionBuCreateTimeOffLimitRequest.managementUnitId(String managementUnitId) The ID of the management unit to which this time-off limit is associated.BuCreateTimeOffLimitRequest.staffingGroupId(String staffingGroupId) The ID of the staffing group to which this time-off limit is associated.