Uses of Class
com.mypurecloud.sdk.v2.model.CreateTimeOffPlanRequest
Packages that use CreateTimeOffPlanRequest
Package
Description
-
Uses of CreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplans(String managementUnitId, CreateTimeOffPlanRequest body) Creates a new time off planWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplansWithHttpInfo(String managementUnitId, CreateTimeOffPlanRequest body) Creates a new time off planMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateTimeOffPlanRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplans(ApiRequest<CreateTimeOffPlanRequest> request) Creates a new time off planWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffplansAsync(ApiRequest<CreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Creates a new time off plan -
Uses of CreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffplansRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffplansRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateTimeOffPlanRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitTimeoffplansRequest.builder(String managementUnitId, CreateTimeOffPlanRequest body) voidPostWorkforcemanagementManagementunitTimeoffplansRequest.setBody(CreateTimeOffPlanRequest body) PostWorkforcemanagementManagementunitTimeoffplansRequest.Builder.withBody(CreateTimeOffPlanRequest body) PostWorkforcemanagementManagementunitTimeoffplansRequest.withBody(CreateTimeOffPlanRequest body) PostWorkforcemanagementManagementunitTimeoffplansRequest.Builder.withRequiredParams(String managementUnitId, CreateTimeOffPlanRequest body) -
Uses of CreateTimeOffPlanRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateTimeOffPlanRequestModifier and TypeMethodDescriptionWhether this time off plan should be used by agents.CreateTimeOffPlanRequest.activityCodeIds(List<String> activityCodeIds) The set of activity code IDs to associate with this time off plan.CreateTimeOffPlanRequest.autoApprovalRule(CreateTimeOffPlanRequest.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for the time off plan.CreateTimeOffPlanRequest.daysBeforeStartToExpireFromWaitlist(Integer daysBeforeStartToExpireFromWaitlist) The number of days before the time off request start date for when the request will be expired from the waitlist.CreateTimeOffPlanRequest.hrisTimeOffType(HrisTimeOffType hrisTimeOffType) Time off type, if this time off plan is associated with the integration.The name of this time off plan.CreateTimeOffPlanRequest.timeOffLimitIds(List<String> timeOffLimitIds) The set of time off limit IDs to associate with this time off plan.