Uses of Class
com.mypurecloud.sdk.v2.model.AdminTimeOffRequestPatch
Packages that use AdminTimeOffRequestPatch
Package
Description
-
Uses of AdminTimeOffRequestPatch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AdminTimeOffRequestPatchModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequest(String managementUnitId, String userId, String timeOffRequestId, AdminTimeOffRequestPatch body) Update a time off requestWorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequestWithHttpInfo(String managementUnitId, String userId, String timeOffRequestId, AdminTimeOffRequestPatch body) Update a time off requestMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AdminTimeOffRequestPatchModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitUserTimeoffrequest(ApiRequest<AdminTimeOffRequestPatch> request) Update a time off requestWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitUserTimeoffrequestAsync(ApiRequest<AdminTimeOffRequestPatch> request, AsyncApiCallback<ApiResponse<TimeOffRequestResponse>> callback) Update a time off request -
Uses of AdminTimeOffRequestPatch in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AdminTimeOffRequestPatchModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AdminTimeOffRequestPatchModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AdminTimeOffRequestPatchModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.builder(String managementUnitId, String userId, String timeOffRequestId, AdminTimeOffRequestPatch body) voidPatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.setBody(AdminTimeOffRequestPatch body) PatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.Builder.withBody(AdminTimeOffRequestPatch body) PatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.withBody(AdminTimeOffRequestPatch body) PatchWorkforcemanagementManagementunitUserTimeoffrequestRequest.Builder.withRequiredParams(String managementUnitId, String userId, String timeOffRequestId, AdminTimeOffRequestPatch body) -
Uses of AdminTimeOffRequestPatch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AdminTimeOffRequestPatchModifier and TypeMethodDescriptionAdminTimeOffRequestPatch.activityCodeId(String activityCodeId) The ID of the activity code associated with this time off request.AdminTimeOffRequestPatch.dailyDurationMinutes(Integer dailyDurationMinutes) The daily duration of this time off request in minutesAdminTimeOffRequestPatch.durationMinutes(List<Integer> durationMinutes) Daily durations for each day of this time off request in minutesAdminTimeOffRequestPatch.fullDayManagementUnitDates(List<String> fullDayManagementUnitDates) A set of dates in yyyy-MM-dd format.AdminTimeOffRequestPatch.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the time off requestNotes about the time off requestWhether this is a paid time off requestAdminTimeOffRequestPatch.partialDayStartDateTimes(List<Date> partialDayStartDateTimes) A set of start date-times in ISO-8601 format for partial day requestsAdminTimeOffRequestPatch.payableMinutes(List<Integer> payableMinutes) Payable minutes for each day of this time off requestAdminTimeOffRequestPatch.status(AdminTimeOffRequestPatch.StatusEnum status) The status of this time off request