Uses of Class
com.mypurecloud.sdk.v2.model.EstimateAvailableTimeOffResponse
Packages that use EstimateAvailableTimeOffResponse
-
Uses of EstimateAvailableTimeOffResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EstimateAvailableTimeOffResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest request) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimate(PostWorkforcemanagementTimeoffrequestsEstimateRequest request) Estimates available time off for current userWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimate(EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for current userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type EstimateAvailableTimeOffResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(ApiRequest<EstimateAvailableTimeOffRequest> request) Estimates available time off for an agentWorkforceManagementApiAsync.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateAsync(PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest request, AsyncApiCallback<EstimateAvailableTimeOffResponse> callback) Estimates available time off for an agentWorkforceManagementApiAsync.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateWithHttpInfo(String managementUnitId, String userId, EstimateAvailableTimeOffRequest body, String includeOnly) Estimates available time off for an agentWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsEstimate(ApiRequest<EstimateAvailableTimeOffRequest> request) Estimates available time off for current userWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsEstimateAsync(PostWorkforcemanagementTimeoffrequestsEstimateRequest request, AsyncApiCallback<EstimateAvailableTimeOffResponse> callback) Estimates available time off for current userWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) 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 EstimateAvailableTimeOffResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateAsync(PostWorkforcemanagementManagementunitUserTimeoffrequestsEstimateRequest request, AsyncApiCallback<EstimateAvailableTimeOffResponse> callback) Estimates available time off for an agentWorkforceManagementApiAsync.postWorkforcemanagementManagementunitUserTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) Estimates available time off for an agentWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsEstimateAsync(PostWorkforcemanagementTimeoffrequestsEstimateRequest request, AsyncApiCallback<EstimateAvailableTimeOffResponse> callback) Estimates available time off for current userWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsEstimateAsync(ApiRequest<EstimateAvailableTimeOffRequest> request, AsyncApiCallback<ApiResponse<EstimateAvailableTimeOffResponse>> callback) Estimates available time off for current user -
Uses of EstimateAvailableTimeOffResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EstimateAvailableTimeOffResponseModifier and TypeMethodDescriptionEstimateAvailableTimeOffResponse.activityCodeId(String activityCodeId) The ID of the activity code associated with the time off request.EstimateAvailableTimeOffResponse.fullDayDates(List<EstimateAvailableFullDayTimeOffResponse> fullDayDates) Full day dates. partialDayDates must be empty if this field is populatedWhether this estimate is for a paid time off requestEstimateAvailableTimeOffResponse.partialDayDates(List<EstimateAvailablePartialDayTimeOffResponse> partialDayDates) Partial day dates. fullDayDates must be empty if this field is populatedEstimateAvailableTimeOffResponse.user(UserReference user) The user to whom the time off request belongs