Uses of Class
com.mypurecloud.sdk.v2.model.CreateServiceGoalTemplate
Packages that use CreateServiceGoalTemplate
Package
Description
-
Uses of CreateServiceGoalTemplate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplates(String businessUnitId, CreateServiceGoalTemplate body) Adds a new service goal templateWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplatesWithHttpInfo(String businessUnitId, CreateServiceGoalTemplate body) Adds a new service goal templateMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplates(ApiRequest<CreateServiceGoalTemplate> request) Adds a new service goal templateWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitServicegoaltemplatesAsync(ApiRequest<CreateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Adds a new service goal template -
Uses of CreateServiceGoalTemplate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateServiceGoalTemplateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateServiceGoalTemplateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateServiceGoalTemplateModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.builder(String businessUnitId, CreateServiceGoalTemplate body) voidPostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.setBody(CreateServiceGoalTemplate body) PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.Builder.withBody(CreateServiceGoalTemplate body) PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.withBody(CreateServiceGoalTemplate body) PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.Builder.withRequiredParams(String businessUnitId, CreateServiceGoalTemplate body) -
Uses of CreateServiceGoalTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateServiceGoalTemplateModifier and TypeMethodDescriptionCreateServiceGoalTemplate.abandonRate(BuAbandonRate abandonRate) Abandon rate targets for this service goal templateCreateServiceGoalTemplate.averageSpeedOfAnswer(BuAverageSpeedOfAnswer averageSpeedOfAnswer) Average speed of answer targets for this service goal templateCreateServiceGoalTemplate.impactOverride(ServiceGoalTemplateImpactOverride impactOverride) Settings controlling max percent increase and decrease of service goals for this service goal templateThe name of the service goal template.CreateServiceGoalTemplate.serviceLevel(BuServiceLevel serviceLevel) Service level targets for this service goal template