Uses of Class
com.mypurecloud.sdk.v2.model.BuCreateTimeOffPlanRequest
Packages that use BuCreateTimeOffPlanRequest
Package
Description
-
Uses of BuCreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplans(String businessUnitId, BuCreateTimeOffPlanRequest body) Creates a new time-off planWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplansWithHttpInfo(String businessUnitId, BuCreateTimeOffPlanRequest body) Creates a new time-off planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplans(ApiRequest<BuCreateTimeOffPlanRequest> request) Creates a new time-off planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeoffplansAsync(ApiRequest<BuCreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Creates a new time-off plan -
Uses of BuCreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeoffplansRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeoffplansRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitTimeoffplansRequest.builder(String businessUnitId, BuCreateTimeOffPlanRequest body) voidPostWorkforcemanagementBusinessunitTimeoffplansRequest.setBody(BuCreateTimeOffPlanRequest body) PostWorkforcemanagementBusinessunitTimeoffplansRequest.Builder.withBody(BuCreateTimeOffPlanRequest body) PostWorkforcemanagementBusinessunitTimeoffplansRequest.withBody(BuCreateTimeOffPlanRequest body) PostWorkforcemanagementBusinessunitTimeoffplansRequest.Builder.withRequiredParams(String businessUnitId, BuCreateTimeOffPlanRequest body) -
Uses of BuCreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuCreateTimeOffPlanRequestModifier and TypeMethodDescriptionBuCreateTimeOffPlanRequest.activityCodeIds(List<String> activityCodeIds) The IDs of activity codes to associate with this time-off planBuCreateTimeOffPlanRequest.autoApprovalRule(BuCreateTimeOffPlanRequest.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for this time-off plan.BuCreateTimeOffPlanRequest.autoPublishApprovedTimeOffRequests(Boolean autoPublishApprovedTimeOffRequests) Whether newly approved time-off requests with activity codes associated with this time-off plan should be automatically published to the scheduleBuCreateTimeOffPlanRequest.businessUnitAssociation(CreateTimeOffPlanBusinessUnitAssociation businessUnitAssociation) Business unit association, if the time-off plan belongs to a business unit. managementUnitAssociation must not be set if this is populatedBuCreateTimeOffPlanRequest.countAgainstTimeOffLimits(Boolean countAgainstTimeOffLimits) Whether this time-off plan should count against time-off limits.BuCreateTimeOffPlanRequest.daysBeforeStartToExpireFromWaitlist(Integer daysBeforeStartToExpireFromWaitlist) The number of days before the time-off request start date for when the request will be expired from the waitlist.Whether this time-off plan should be used by agents.BuCreateTimeOffPlanRequest.hrisTimeOffType(HrisTimeOffType hrisTimeOffType) Time-off type, if this time-off plan is associated with the integrationBuCreateTimeOffPlanRequest.managementUnitAssociation(CreateTimeOffPlanManagementUnitAssociation managementUnitAssociation) Management unit association, if the time-off plan belongs to a management unit. businessUnitAssociation must not be set if this is populatedThe name of this time-off planBuCreateTimeOffPlanRequest.overrideDates(List<OverrideDate> overrideDates) A list of override dates to check for conflicts with time-off request dates.BuCreateTimeOffPlanRequest.restrictedActivityCodeIds(List<String> restrictedActivityCodeIds) The IDs of non time-off activity codes to check for conflicts in case the auto approval rule specifies checking activity codes.