Uses of Class
com.mypurecloud.sdk.v2.model.StaCategory
Packages that use StaCategory
-
Uses of StaCategory in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StaCategoryModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsCategory(GetSpeechandtextanalyticsCategoryRequest request) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApi.getSpeechandtextanalyticsCategory(String categoryId) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApi.postSpeechandtextanalyticsCategories(PostSpeechandtextanalyticsCategoriesRequest request) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.postSpeechandtextanalyticsCategories(CategoryRequest body) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.putSpeechandtextanalyticsCategory(PutSpeechandtextanalyticsCategoryRequest request) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApi.putSpeechandtextanalyticsCategory(String categoryId, CategoryRequest body) Update a Speech & Text Analytics category by IDMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type StaCategoryModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsCategory(ApiRequest<Void> request) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsCategoryAsync(GetSpeechandtextanalyticsCategoryRequest request, AsyncApiCallback<StaCategory> callback) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsCategoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApi.getSpeechandtextanalyticsCategoryWithHttpInfo(String categoryId) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApi.postSpeechandtextanalyticsCategories(ApiRequest<CategoryRequest> request) Create new Speech & Text Analytics categorySpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsCategoriesAsync(PostSpeechandtextanalyticsCategoriesRequest request, AsyncApiCallback<StaCategory> callback) Create new Speech & Text Analytics categorySpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsCategoriesAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.postSpeechandtextanalyticsCategoriesWithHttpInfo(CategoryRequest body) Create new Speech & Text Analytics categorySpeechTextAnalyticsApi.putSpeechandtextanalyticsCategory(ApiRequest<CategoryRequest> request) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsCategoryAsync(PutSpeechandtextanalyticsCategoryRequest request, AsyncApiCallback<StaCategory> callback) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsCategoryAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApi.putSpeechandtextanalyticsCategoryWithHttpInfo(String categoryId, CategoryRequest body) Update a Speech & Text Analytics category by IDMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type StaCategoryModifier and TypeMethodDescriptionSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsCategoryAsync(GetSpeechandtextanalyticsCategoryRequest request, AsyncApiCallback<StaCategory> callback) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsCategoryAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Get a Speech & Text Analytics Category by IDSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsCategoriesAsync(PostSpeechandtextanalyticsCategoriesRequest request, AsyncApiCallback<StaCategory> callback) Create new Speech & Text Analytics categorySpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsCategoriesAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Create new Speech & Text Analytics categorySpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsCategoryAsync(PutSpeechandtextanalyticsCategoryRequest request, AsyncApiCallback<StaCategory> callback) Update a Speech & Text Analytics category by IDSpeechTextAnalyticsApiAsync.putSpeechandtextanalyticsCategoryAsync(ApiRequest<CategoryRequest> request, AsyncApiCallback<ApiResponse<StaCategory>> callback) Update a Speech & Text Analytics category by ID -
Uses of StaCategory in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StaCategoryModifier and TypeMethodDescriptionStaCategory.createdBy(AddressableEntityRef createdBy) The user who created the recordA collection of conditions joined together by logical operation to provide more refined filtering of conversationsStaCategory.dateCreated(Date dateCreated) The creation date of the record.StaCategory.dateModified(Date dateModified) The last modified date of the record.StaCategory.description(String description) The description of the categoryStaCategory.interactionType(StaCategory.InteractionTypeEnum interactionType) The type of interaction the category will apply toStaCategory.modifiedBy(AddressableEntityRef modifiedBy) The user who last modified the recordMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type StaCategoryMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type StaCategoryModifier and TypeMethodDescriptionCategoriesEntityListing.entities(List<StaCategory> entities) voidCategoriesEntityListing.setEntities(List<StaCategory> entities)