Uses of Class
com.mypurecloud.sdk.v2.model.TimeOffPlan
Packages that use TimeOffPlan
-
Uses of TimeOffPlan in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TimeOffPlanModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitTimeoffplan(GetWorkforcemanagementManagementunitTimeoffplanRequest request) Gets a time off planWorkforceManagementApi.getWorkforcemanagementManagementunitTimeoffplan(String managementUnitId, String timeOffPlanId) Gets a time off planWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplan(PatchWorkforcemanagementManagementunitTimeoffplanRequest request) Updates a time off planWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplan(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) Updates a time off planWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplans(PostWorkforcemanagementManagementunitTimeoffplansRequest request) Creates a new time off planWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplans(String managementUnitId, CreateTimeOffPlanRequest body) Creates a new time off planMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TimeOffPlanModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementManagementunitTimeoffplan(ApiRequest<Void> request) Gets a time off planWorkforceManagementApiAsync.getWorkforcemanagementManagementunitTimeoffplanAsync(GetWorkforcemanagementManagementunitTimeoffplanRequest request, AsyncApiCallback<TimeOffPlan> callback) Gets a time off planWorkforceManagementApiAsync.getWorkforcemanagementManagementunitTimeoffplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Gets a time off planWorkforceManagementApi.getWorkforcemanagementManagementunitTimeoffplanWithHttpInfo(String managementUnitId, String timeOffPlanId) Gets a time off planWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplan(ApiRequest<UpdateTimeOffPlanRequest> request) Updates a time off planWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffplanAsync(PatchWorkforcemanagementManagementunitTimeoffplanRequest request, AsyncApiCallback<TimeOffPlan> callback) Updates a time off planWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffplanAsync(ApiRequest<UpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Updates a time off planWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffplanWithHttpInfo(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) Updates a time off planWorkforceManagementApi.postWorkforcemanagementManagementunitTimeoffplans(ApiRequest<CreateTimeOffPlanRequest> request) Creates a new time off planWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffplansAsync(PostWorkforcemanagementManagementunitTimeoffplansRequest request, AsyncApiCallback<TimeOffPlan> callback) Creates a new time off planWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffplansAsync(ApiRequest<CreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) 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 TimeOffPlanModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementManagementunitTimeoffplanAsync(GetWorkforcemanagementManagementunitTimeoffplanRequest request, AsyncApiCallback<TimeOffPlan> callback) Gets a time off planWorkforceManagementApiAsync.getWorkforcemanagementManagementunitTimeoffplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Gets a time off planWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffplanAsync(PatchWorkforcemanagementManagementunitTimeoffplanRequest request, AsyncApiCallback<TimeOffPlan> callback) Updates a time off planWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffplanAsync(ApiRequest<UpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Updates a time off planWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffplansAsync(PostWorkforcemanagementManagementunitTimeoffplansRequest request, AsyncApiCallback<TimeOffPlan> callback) Creates a new time off planWorkforceManagementApiAsync.postWorkforcemanagementManagementunitTimeoffplansAsync(ApiRequest<CreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<TimeOffPlan>> callback) Creates a new time off plan -
Uses of TimeOffPlan in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TimeOffPlanModifier and TypeMethodDescriptionWhether this time off plan is currently being used by agents.TimeOffPlan.activityCodeIds(List<String> activityCodeIds) The set of activity code IDs associated with this time off plan.TimeOffPlan.autoApprovalRule(TimeOffPlan.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for this time off planTimeOffPlan.daysBeforeStartToExpireFromWaitlist(Integer daysBeforeStartToExpireFromWaitlist) The number of days before the time off request start date for when the request will be expired from the waitlist.TimeOffPlan.hrisTimeOffType(HrisTimeOffType hrisTimeOffType) Time off type, if this time off plan is associated with the integration.The globally unique identifier for the object.TimeOffPlan.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the time off plan.The name of this time off plan.TimeOffPlan.timeOffLimits(List<TimeOffLimitReference> timeOffLimits) The set of time off limit IDs associated with this time off plan.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TimeOffPlanMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TimeOffPlanModifier and TypeMethodDescriptionTimeOffPlanListing.entities(List<TimeOffPlan> entities) voidTimeOffPlanListing.setEntities(List<TimeOffPlan> entities)