Uses of Class
com.mypurecloud.sdk.v2.model.UpdateTimeOffPlanRequest
Packages that use UpdateTimeOffPlanRequest
Package
Description
-
Uses of UpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplan(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) Updates a time off planWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanWithHttpInfo(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) Updates a time off planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplan(ApiRequest<UpdateTimeOffPlanRequest> request) Updates a time off planWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffplanAsync(ApiRequest<UpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Updates a time off plan -
Uses of UpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitTimeoffplanRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitTimeoffplanRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitTimeoffplanRequest.builder(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) voidPatchWorkforcemanagementManagementunitTimeoffplanRequest.setBody(UpdateTimeOffPlanRequest body) PatchWorkforcemanagementManagementunitTimeoffplanRequest.Builder.withBody(UpdateTimeOffPlanRequest body) PatchWorkforcemanagementManagementunitTimeoffplanRequest.withBody(UpdateTimeOffPlanRequest body) PatchWorkforcemanagementManagementunitTimeoffplanRequest.Builder.withRequiredParams(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) -
Uses of UpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateTimeOffPlanRequestModifier and TypeMethodDescriptionWhether this time off plan should be used by agents.UpdateTimeOffPlanRequest.activityCodeIds(SetWrapperString activityCodeIds) The set of activity code IDs to associate with this time off plan.UpdateTimeOffPlanRequest.autoApprovalRule(UpdateTimeOffPlanRequest.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for the time off plan.UpdateTimeOffPlanRequest.daysBeforeStartToExpireFromWaitlist(Integer daysBeforeStartToExpireFromWaitlist) The number of days before the time off request start date for when the request will be expired from the waitlist.UpdateTimeOffPlanRequest.hrisTimeOffType(ValueWrapperHrisTimeOffType hrisTimeOffType) Time off type, if this time off plan is associated with the integration.UpdateTimeOffPlanRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the time off planThe name of this time off plan.UpdateTimeOffPlanRequest.timeOffLimitIds(SetWrapperString timeOffLimitIds) The set of time off limit IDs to associate with this time off plan.