Uses of Class
com.mypurecloud.sdk.v2.model.EstimateAvailableTimeOffRequest
Packages that use EstimateAvailableTimeOffRequest
Package
Description
-
Uses of EstimateAvailableTimeOffRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateWithHttpInfo(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimate(EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for current userWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimateWithHttpInfo(EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(ApiRequest<EstimateAvailableTimeOffRequest> request) Estimates available time off for an agentWorkforceManagementApiAsync.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimate(ApiRequest<EstimateAvailableTimeOffRequest> request) Estimates available time off for current userWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) Estimates available time off for current user -
Uses of EstimateAvailableTimeOffRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.getBody()PostWorkforcemanagementTimeoffrequestsEstimateRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.withHttpInfo()PostWorkforcemanagementTimeoffrequestsEstimateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.builder(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsEstimateRequest.builder(EstimateAvailableTimeOffRequest body) voidPostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.setBody(EstimateAvailableTimeOffRequest body) voidPostWorkforcemanagementTimeoffrequestsEstimateRequest.setBody(EstimateAvailableTimeOffRequest body) PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.Builder.withBody(EstimateAvailableTimeOffRequest body) PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.withBody(EstimateAvailableTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsEstimateRequest.Builder.withBody(EstimateAvailableTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsEstimateRequest.withBody(EstimateAvailableTimeOffRequest body) PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest.Builder.withRequiredParams(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsEstimateRequest.Builder.withRequiredParams(EstimateAvailableTimeOffRequest body) -
Uses of EstimateAvailableTimeOffRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EstimateAvailableTimeOffRequestModifier and TypeMethodDescriptionEstimateAvailableTimeOffRequest.activityCodeId(String activityCodeId) The ID of the activity code associated with the time off request.EstimateAvailableTimeOffRequest.fullDayDates(List<EstimateAvailableFullDayTimeOffRequest> fullDayDates) Full day dates. partialDayDates must be empty if this field is populatedWhether this estimate is for a paid time off requestEstimateAvailableTimeOffRequest.partialDayDates(List<EstimateAvailablePartialDayTimeOffRequest> partialDayDates) Partial day dates. fullDayDates must be empty if this field is populated