Uses of Class
com.mypurecloud.sdk.v2.model.CreateActivityCodeRequest
Packages that use CreateActivityCodeRequest
Package
Description
-
Uses of CreateActivityCodeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateActivityCodeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodes(String businessUnitId, CreateActivityCodeRequest body) Create a new activity codeWorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodesWithHttpInfo(String businessUnitId, CreateActivityCodeRequest body) Create a new activity codeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateActivityCodeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitActivitycodes(ApiRequest<CreateActivityCodeRequest> request) Create a new activity codeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitActivitycodesAsync(ApiRequest<CreateActivityCodeRequest> request, AsyncApiCallback<ApiResponse<BusinessUnitActivityCode>> callback) Create a new activity code -
Uses of CreateActivityCodeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateActivityCodeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitActivitycodesRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateActivityCodeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitActivitycodesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateActivityCodeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitActivitycodesRequest.builder(String businessUnitId, CreateActivityCodeRequest body) voidPostWorkforcemanagementBusinessunitActivitycodesRequest.setBody(CreateActivityCodeRequest body) PostWorkforcemanagementBusinessunitActivitycodesRequest.Builder.withBody(CreateActivityCodeRequest body) PostWorkforcemanagementBusinessunitActivitycodesRequest.withBody(CreateActivityCodeRequest body) PostWorkforcemanagementBusinessunitActivitycodesRequest.Builder.withRequiredParams(String businessUnitId, CreateActivityCodeRequest body) -
Uses of CreateActivityCodeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateActivityCodeRequestModifier and TypeMethodDescriptionCreateActivityCodeRequest.agentTimeOffSelectable(Boolean agentTimeOffSelectable) Whether an agent can select this activity code when creating or editing a time off requestCreateActivityCodeRequest.category(CreateActivityCodeRequest.CategoryEnum category) The activity code's categoryCreateActivityCodeRequest.countsAsPaidTime(Boolean countsAsPaidTime) Whether an agent is paid while performing this activityCreateActivityCodeRequest.countsAsWorkTime(Boolean countsAsWorkTime) Indicates whether or not the activity should be counted as work timeCreateActivityCodeRequest.countsTowardShrinkage(Boolean countsTowardShrinkage) Whether or not this activity code counts toward shrinkage calculationsCreateActivityCodeRequest.interruptible(Boolean interruptible) Whether this activity code is considered interruptibleCreateActivityCodeRequest.lengthInMinutes(Integer lengthInMinutes) The default length of the activity in minutesThe name of the activity codeCreateActivityCodeRequest.plannedShrinkage(Boolean plannedShrinkage) Whether this activity code is considered planned or unplanned shrinkageCreateActivityCodeRequest.planningGroupIds(List<String> planningGroupIds) The planning group IDs associated with this activity codeCreateActivityCodeRequest.secondaryPresences(List<SecondaryPresence> secondaryPresences) The secondary presences of this activity code