Uses of Class
com.mypurecloud.sdk.v2.model.CreateAdminTimeOffRequest
Packages that use CreateAdminTimeOffRequest
Package
Description
-
Uses of CreateAdminTimeOffRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateAdminTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequests(String managementUnitId, CreateAdminTimeOffRequest body) Create a new time off requestWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequestsWithHttpInfo(String managementUnitId, CreateAdminTimeOffRequest body) Create a new time off requestMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateAdminTimeOffRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffrequests(ApiRequest<CreateAdminTimeOffRequest> request) Create a new time off requestWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffrequestsAsync(ApiRequest<CreateAdminTimeOffRequest> request, AsyncApiCallback<ApiResponse<TimeOffRequestList>> callback) Create a new time off request -
Uses of CreateAdminTimeOffRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateAdminTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateAdminTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateAdminTimeOffRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffrequestsRequest.builder(String managementUnitId, CreateAdminTimeOffRequest body) voidPostWorkforcemanagementManagementunitTimeoffrequestsRequest.setBody(CreateAdminTimeOffRequest body) PostWorkforcemanagementManagementunitTimeoffrequestsRequest.Builder.withBody(CreateAdminTimeOffRequest body) PostWorkforcemanagementManagementunitTimeoffrequestsRequest.withBody(CreateAdminTimeOffRequest body) PostWorkforcemanagementManagementunitTimeoffrequestsRequest.Builder.withRequiredParams(String managementUnitId, CreateAdminTimeOffRequest body) -
Uses of CreateAdminTimeOffRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateAdminTimeOffRequestModifier and TypeMethodDescriptionCreateAdminTimeOffRequest.activityCodeId(String activityCodeId) The ID of the activity code associated with this time off request.CreateAdminTimeOffRequest.dailyDurationMinutes(Integer dailyDurationMinutes) Daily duration in minutes applied to all days of this time off request.CreateAdminTimeOffRequest.durationMinutes(List<Integer> durationMinutes) Duration in minutes for each day of this time off request.CreateAdminTimeOffRequest.fullDayManagementUnitDates(List<String> fullDayManagementUnitDates) A set of dates in yyyy-MM-dd format.Notes about the time off requestWhether this is a paid time off request.CreateAdminTimeOffRequest.partialDayStartDateTimes(List<Date> partialDayStartDateTimes) A set of start date-times in ISO-8601 format for partial day requestsCreateAdminTimeOffRequest.payableMinutes(List<Integer> payableMinutes) Payable minutes for each day of this time off request, representing scheduled paid time displaced by this request.CreateAdminTimeOffRequest.status(CreateAdminTimeOffRequest.StatusEnum status) The status of this time off requestCreateAdminTimeOffRequest.users(List<UserReference> users) A set of IDs for users to associate with this time off request