Uses of Class
com.mypurecloud.sdk.v2.model.ServiceGoalTemplate
Packages that use ServiceGoalTemplate
-
Uses of ServiceGoalTemplate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplate(GetWorkforcemanagementBusinessunitServicegoaltemplateRequest request) Get a service goal templateWorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplate(String businessUnitId, String serviceGoalTemplateId, List<String> expand) Get a service goal templateWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplate(PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest request) Updates a service goal templateWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplate(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) Updates a service goal templateWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplates(PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest request) Adds a new service goal templateWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplates(String businessUnitId, CreateServiceGoalTemplate body) Adds a new service goal templateMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplate(ApiRequest<Void> request) Get a service goal templateWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitServicegoaltemplateAsync(GetWorkforcemanagementBusinessunitServicegoaltemplateRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Get a service goal templateWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitServicegoaltemplateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Get a service goal templateWorkforceManagementApi.getWorkforcemanagementBusinessunitServicegoaltemplateWithHttpInfo(String businessUnitId, String serviceGoalTemplateId, List<String> expand) Get a service goal templateWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplate(ApiRequest<UpdateServiceGoalTemplate> request) Updates a service goal templateWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitServicegoaltemplateAsync(PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Updates a service goal templateWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitServicegoaltemplateAsync(ApiRequest<UpdateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Updates a service goal templateWorkforceManagementApi.patchWorkforcemanagementBusinessunitServicegoaltemplateWithHttpInfo(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body) Updates a service goal templateWorkforceManagementApi.postWorkforcemanagementBusinessunitServicegoaltemplates(ApiRequest<CreateServiceGoalTemplate> request) Adds a new service goal templateWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitServicegoaltemplatesAsync(PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Adds a new service goal templateWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitServicegoaltemplatesAsync(ApiRequest<CreateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) 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 ServiceGoalTemplateModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitServicegoaltemplateAsync(GetWorkforcemanagementBusinessunitServicegoaltemplateRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Get a service goal templateWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitServicegoaltemplateAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Get a service goal templateWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitServicegoaltemplateAsync(PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Updates a service goal templateWorkforceManagementApiAsync.patchWorkforcemanagementBusinessunitServicegoaltemplateAsync(ApiRequest<UpdateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Updates a service goal templateWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitServicegoaltemplatesAsync(PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest request, AsyncApiCallback<ServiceGoalTemplate> callback) Adds a new service goal templateWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitServicegoaltemplatesAsync(ApiRequest<CreateServiceGoalTemplate> request, AsyncApiCallback<ApiResponse<ServiceGoalTemplate>> callback) Adds a new service goal template -
Uses of ServiceGoalTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ServiceGoalTemplateModifier and TypeMethodDescriptionServiceGoalTemplate.abandonRate(BuAbandonRate abandonRate) Abandon rate targets for this service goal templateServiceGoalTemplate.averageSpeedOfAnswer(BuAverageSpeedOfAnswer averageSpeedOfAnswer) Average speed of answer targets for this service goal templateThe globally unique identifier for the object.ServiceGoalTemplate.impactOverride(ServiceGoalTemplateImpactOverride impactOverride) Settings controlling max percent increase and decrease of service goals for this service goal templateServiceGoalTemplate.metadata(WfmVersionedEntityMetadata metadata) Version metadata for the service goal templateServiceGoalTemplate.serviceLevel(BuServiceLevel serviceLevel) Service level targets for this service goal templateMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ServiceGoalTemplateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ServiceGoalTemplateModifier and TypeMethodDescriptionServiceGoalTemplateList.entities(List<ServiceGoalTemplate> entities) voidServiceGoalTemplateList.setEntities(List<ServiceGoalTemplate> entities)