Uses of Class
com.mypurecloud.sdk.v2.model.BuUpdateTimeOffPlanRequest
Packages that use BuUpdateTimeOffPlanRequest
Package
Description
-
Uses of BuUpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplan(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) Updates a time-off planWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplanWithHttpInfo(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) Updates a time-off planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplan(ApiRequest<BuUpdateTimeOffPlanRequest> request) Updates a time-off planWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitTimeoffplanAsync(ApiRequest<BuUpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Updates a time-off plan -
Uses of BuUpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitTimeoffplanRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitTimeoffplanRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitTimeoffplanRequest.builder(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) voidPatchWorkforcemanagementBusinessunitTimeoffplanRequest.setBody(BuUpdateTimeOffPlanRequest body) PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder.withBody(BuUpdateTimeOffPlanRequest body) PatchWorkforcemanagementBusinessunitTimeoffplanRequest.withBody(BuUpdateTimeOffPlanRequest body) PatchWorkforcemanagementBusinessunitTimeoffplanRequest.Builder.withRequiredParams(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) -
Uses of BuUpdateTimeOffPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuUpdateTimeOffPlanRequestModifier and TypeMethodDescriptionBuUpdateTimeOffPlanRequest.activityCodeIds(SetWrapperString activityCodeIds) The IDs of activity codes to associate with this time-off planBuUpdateTimeOffPlanRequest.autoApprovalRule(BuUpdateTimeOffPlanRequest.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for this time-off planBuUpdateTimeOffPlanRequest.autoPublishApprovedTimeOffRequests(Boolean autoPublishApprovedTimeOffRequests) Whether newly approved time-off requests with activity codes associated with this time-off plan should be automatically published to the scheduleBuUpdateTimeOffPlanRequest.businessUnitAssociation(UpdateTimeOffPlanBusinessUnitAssociation businessUnitAssociation) Business unit association, if the time-off plan belongs to a business unit. managementUnitAssociation must not be set if this is populatedBuUpdateTimeOffPlanRequest.countAgainstTimeOffLimits(Boolean countAgainstTimeOffLimits) Whether this time-off plan should count against time-off limitsBuUpdateTimeOffPlanRequest.daysBeforeStartToExpireFromWaitlist(Integer daysBeforeStartToExpireFromWaitlist) The number of days before the time-off request start date for when the request will be expired from the waitlistWhether this time-off plan should be used by agentsBuUpdateTimeOffPlanRequest.hrisTimeOffType(ValueWrapperHrisTimeOffType hrisTimeOffType) Time-off type, if this time-off plan is associated with the integrationBuUpdateTimeOffPlanRequest.managementUnitAssociation(UpdateTimeOffPlanManagementUnitAssociation managementUnitAssociation) Management unit association, if the time-off plan belongs to a management unit. businessUnitAssociation must not be set if this is populatedBuUpdateTimeOffPlanRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this time-off planThe name of this time-off planBuUpdateTimeOffPlanRequest.overrideDates(ListWrapperOverrideDate overrideDates) A list of override dates to check for conflicts with time-off request dates.BuUpdateTimeOffPlanRequest.restrictedActivityCodeIds(SetWrapperString restrictedActivityCodeIds) The IDs of non time-off activity codes to check for conflicts in case the auto approval rule specifies checking activity codes.