Uses of Class
com.mypurecloud.sdk.v2.model.UpdateActivityCodeRequest
Packages that use UpdateActivityCodeRequest
Package
Description
-
Uses of UpdateActivityCodeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateActivityCodeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycode(String businessUnitId, String activityCodeId, UpdateActivityCodeRequest body) Update an activity codeWorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycodeWithHttpInfo(String businessUnitId, String activityCodeId, UpdateActivityCodeRequest body) Update an activity codeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateActivityCodeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitActivitycode(ApiRequest<UpdateActivityCodeRequest> request) Update an activity codeWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitActivitycodeAsync(ApiRequest<UpdateActivityCodeRequest> request, AsyncApiCallback<ApiResponse<BusinessUnitActivityCode>> callback) Update an activity code -
Uses of UpdateActivityCodeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateActivityCodeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitActivitycodeRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateActivityCodeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitActivitycodeRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateActivityCodeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitActivitycodeRequest.builder(String businessUnitId, String activityCodeId, UpdateActivityCodeRequest body) voidPatchWorkforcemanagementBusinessunitActivitycodeRequest.setBody(UpdateActivityCodeRequest body) PatchWorkforcemanagementBusinessunitActivitycodeRequest.Builder.withBody(UpdateActivityCodeRequest body) PatchWorkforcemanagementBusinessunitActivitycodeRequest.withBody(UpdateActivityCodeRequest body) PatchWorkforcemanagementBusinessunitActivitycodeRequest.Builder.withRequiredParams(String businessUnitId, String activityCodeId, UpdateActivityCodeRequest body) -
Uses of UpdateActivityCodeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateActivityCodeRequestModifier and TypeMethodDescriptionUpdateActivityCodeRequest.agentTimeOffSelectable(Boolean agentTimeOffSelectable) Whether an agent can select this activity code when creating or editing a time off requestUpdateActivityCodeRequest.category(UpdateActivityCodeRequest.CategoryEnum category) The activity code's category.UpdateActivityCodeRequest.countsAsPaidTime(Boolean countsAsPaidTime) Whether an agent is paid while performing this activityUpdateActivityCodeRequest.countsAsWorkTime(Boolean countsAsWorkTime) Indicates whether or not the activity should be counted as work timeUpdateActivityCodeRequest.countsTowardShrinkage(Boolean countsTowardShrinkage) Whether or not this activity code counts toward shrinkage calculationsUpdateActivityCodeRequest.interruptible(Boolean interruptible) Whether this activity code is considered interruptibleUpdateActivityCodeRequest.lengthInMinutes(Integer lengthInMinutes) The default length of the activity in minutesUpdateActivityCodeRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the associated business unit's list of activity codesThe name of the activity codeUpdateActivityCodeRequest.plannedShrinkage(Boolean plannedShrinkage) Whether this activity code is considered planned or unplanned shrinkageUpdateActivityCodeRequest.planningGroupIds(ListWrapperString planningGroupIds) The planning group IDs associated with this activity codeUpdateActivityCodeRequest.secondaryPresences(ListWrapperSecondaryPresence secondaryPresences) The secondary presences of this activity code