Uses of Class
com.mypurecloud.sdk.v2.model.BuTimeOffPlanResponse
Packages that use BuTimeOffPlanResponse
-
Uses of BuTimeOffPlanResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuTimeOffPlanResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitTimeoffplan(GetWorkforcemanagementBusinessunitTimeoffplanRequest request) Gets a time-off planWorkforceManagementApi.getWorkforcemanagementBusinessunitTimeoffplan(String businessUnitId, String timeOffPlanId) Gets a time-off planWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplan(PatchWorkforcemanagementBusinessunitTimeoffplanRequest request) Updates a time-off planWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplan(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) Updates a time-off planWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplans(PostWorkforcemanagementBusinessunitTimeoffplansRequest request) Creates a new time-off planWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplans(String businessUnitId, BuCreateTimeOffPlanRequest body) Creates a new time-off planMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuTimeOffPlanResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitTimeoffplan(ApiRequest<Void> request) Gets a time-off planWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitTimeoffplanAsync(GetWorkforcemanagementBusinessunitTimeoffplanRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Gets a time-off planWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitTimeoffplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Gets a time-off planWorkforceManagementApi.getWorkforcemanagementBusinessunitTimeoffplanWithHttpInfo(String businessUnitId, String timeOffPlanId) Gets a time-off planWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplan(ApiRequest<BuUpdateTimeOffPlanRequest> request) Updates a time-off planWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitTimeoffplanAsync(PatchWorkforcemanagementBusinessunitTimeoffplanRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Updates a time-off planWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitTimeoffplanAsync(ApiRequest<BuUpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Updates a time-off planWorkforceManagementApi.patchWorkforcemanagementBusinessunitTimeoffplanWithHttpInfo(String businessUnitId, String timeOffPlanId, BuUpdateTimeOffPlanRequest body) Updates a time-off planWorkforceManagementApi.postWorkforcemanagementBusinessunitTimeoffplans(ApiRequest<BuCreateTimeOffPlanRequest> request) Creates a new time-off planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeoffplansAsync(PostWorkforcemanagementBusinessunitTimeoffplansRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Creates a new time-off planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeoffplansAsync(ApiRequest<BuCreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) 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 BuTimeOffPlanResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitTimeoffplanAsync(GetWorkforcemanagementBusinessunitTimeoffplanRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Gets a time-off planWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitTimeoffplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Gets a time-off planWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitTimeoffplanAsync(PatchWorkforcemanagementBusinessunitTimeoffplanRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Updates a time-off planWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitTimeoffplanAsync(ApiRequest<BuUpdateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Updates a time-off planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeoffplansAsync(PostWorkforcemanagementBusinessunitTimeoffplansRequest request, AsyncApiCallback<BuTimeOffPlanResponse> callback) Creates a new time-off planWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitTimeoffplansAsync(ApiRequest<BuCreateTimeOffPlanRequest> request, AsyncApiCallback<ApiResponse<BuTimeOffPlanResponse>> callback) Creates a new time-off plan -
Uses of BuTimeOffPlanResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuTimeOffPlanResponseModifier and TypeMethodDescriptionBuTimeOffPlanResponse.activityCodeIds(List<String> activityCodeIds) The IDs of activity codes associated with this time-off planBuTimeOffPlanResponse.autoApprovalRule(BuTimeOffPlanResponse.AutoApprovalRuleEnum autoApprovalRule) Auto approval rule for this time-off planBuTimeOffPlanResponse.autoPublishApprovedTimeOffRequests(Boolean autoPublishApprovedTimeOffRequests) Whether newly approved time-off requests with activity codes associated with this time-off plan should be automatically published to the scheduleBuTimeOffPlanResponse.businessUnitAssociation(TimeOffPlanBusinessUnitAssociation businessUnitAssociation) Business unit association, if the time-off plan belongs to a business unit. managementUnitAssociation must not be set if this is populatedBuTimeOffPlanResponse.countAgainstTimeOffLimits(Boolean countAgainstTimeOffLimits) Whether this time-off plan counts against time-off limitsBuTimeOffPlanResponse.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 is currently being used by agentsBuTimeOffPlanResponse.hrisTimeOffType(HrisTimeOffType hrisTimeOffType) Time-off type, if this time-off plan is associated with the integrationThe globally unique identifier for the object.BuTimeOffPlanResponse.managementUnitAssociation(TimeOffPlanManagementUnitAssociation managementUnitAssociation) Management Unit association, if the time-off plan belongs to a management unit. businessUnitAssociation must not be set if this is populatedBuTimeOffPlanResponse.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the time-off planThe name of this time-off planBuTimeOffPlanResponse.overrideDates(List<OverrideDate> overrideDates) A list of override dates to check for conflicts with time-off request dates.BuTimeOffPlanResponse.restrictedActivityCodes(ActivityCodesReference restrictedActivityCodes) The IDs of non time-off activity codes to check for conflicts in case the auto approval rule specifies checking activity codes.BuTimeOffPlanResponse.timeOffLimits(List<BuTimeOffLimitReference> timeOffLimits) The IDs of time-off limits associated with this time-off planMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuTimeOffPlanResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuTimeOffPlanResponseModifier and TypeMethodDescriptionBuTimeOffPlanListing.entities(List<BuTimeOffPlanResponse> entities) voidBuTimeOffPlanListing.setEntities(List<BuTimeOffPlanResponse> entities)