Uses of Class
com.mypurecloud.sdk.v2.model.UpdateServiceGoalTemplate
Packages that use UpdateServiceGoalTemplate
Package
Description
-
Uses of UpdateServiceGoalTemplate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UpdateServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplate(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) Updates a service goal templateWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateWithHttpInfo(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) Updates a service goal templateMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UpdateServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplate(ApiRequest<UpdateServiceGoalTemplate> request) Updates a service goal templateWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitServicegoaltemplateAsync(ApiRequest<UpdateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Updates a service goal template -
Uses of UpdateServiceGoalTemplate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UpdateServiceGoalTemplateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UpdateServiceGoalTemplateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UpdateServiceGoalTemplateModifier and TypeMethodDescriptionPatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.builder(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) voidPatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.setBody(UpdateServiceGoalTemplate body) PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.Builder.withBody(UpdateServiceGoalTemplate body) PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.withBody(UpdateServiceGoalTemplate body) PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.Builder.withRequiredParams(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) -
Uses of UpdateServiceGoalTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UpdateServiceGoalTemplateModifier and TypeMethodDescriptionUpdateServiceGoalTemplate.abandonRate(BuAbandonRate abandonRate) Abandon rate targets for this service goal templateUpdateServiceGoalTemplate.averageSpeedOfAnswer(BuAverageSpeedOfAnswer averageSpeedOfAnswer) Average speed of answer targets for this service goal templateUpdateServiceGoalTemplate.impactOverride(ServiceGoalTemplateImpactOverride impactOverride) Settings controlling max percent increase and decrease of service goals for this service goal templateUpdateServiceGoalTemplate.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the service goal templateThe name of the service goal template.UpdateServiceGoalTemplate.serviceLevel(BuServiceLevel serviceLevel) Service level targets for this service goal template