Uses of Class
com.mypurecloud.sdk.v2.model.CreateAgentTimeOffRequest
Packages that use CreateAgentTimeOffRequest
Package
Description
-
Uses of CreateAgentTimeOffRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateAgentTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementTimeoffrequests(CreateAgentTimeOffRequest body) Create a time off request for the current userWorkforceManagementApi.postWorkforcemanagementTimeoffrequestsWithHttpInfo(CreateAgentTimeOffRequest body) Create a time off request for the current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateAgentTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementTimeoffrequests(ApiRequest<CreateAgentTimeOffRequest> request) Create a time off request for the current userWorkforceManagementApiAsync.postWorkforcemanagementTimeoffrequestsAsync(ApiRequest<CreateAgentTimeOffRequest> request, AsyncApiCallback<ApiResponse<TimeOffRequestResponse>> callback) Create a time off request for the current user -
Uses of CreateAgentTimeOffRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateAgentTimeOffRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateAgentTimeOffRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateAgentTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementTimeoffrequestsRequest.builder(CreateAgentTimeOffRequest body) voidPostWorkforcemanagementTimeoffrequestsRequest.setBody(CreateAgentTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsRequest.Builder.withBody(CreateAgentTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsRequest.withBody(CreateAgentTimeOffRequest body) PostWorkforcemanagementTimeoffrequestsRequest.Builder.withRequiredParams(CreateAgentTimeOffRequest body) -
Uses of CreateAgentTimeOffRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateAgentTimeOffRequestModifier and TypeMethodDescriptionCreateAgentTimeOffRequest.activityCodeId(String activityCodeId) The ID of the activity code associated with this time off request.CreateAgentTimeOffRequest.dailyDurationMinutes(Integer dailyDurationMinutes) Daily duration in minutes applied to all days of this time off request.CreateAgentTimeOffRequest.durationMinutes(List<Integer> durationMinutes) Duration in minutes for each day of this time off request.CreateAgentTimeOffRequest.fullDayManagementUnitDates(List<String> fullDayManagementUnitDates) A set of dates in yyyy-MM-dd format.Notes about the time off requestCreateAgentTimeOffRequest.partialDayStartDateTimes(List<Date> partialDayStartDateTimes) A set of start date-times in ISO-8601 format for partial day requestsCreateAgentTimeOffRequest.payableMinutes(List<Integer> payableMinutes) Payable minutes for each day of this time off request, representing scheduled paid time displaced by this request.