Uses of Class
com.mypurecloud.sdk.v2.model.LabelCreateRequest
Packages that use LabelCreateRequest
Package
Description
-
Uses of LabelCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LabelCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseLabels(String knowledgeBaseId, LabelCreateRequest body) Create new labelKnowledgeApi.postKnowledgeKnowledgebaseLabelsWithHttpInfo(String knowledgeBaseId, LabelCreateRequest body) Create new labelMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LabelCreateRequestModifier and TypeMethodDescriptionKnowledgeApi.postKnowledgeKnowledgebaseLabels(ApiRequest<LabelCreateRequest> request) Create new labelKnowledgeApiAsync.postKnowledgeKnowledgebaseLabelsAsync(ApiRequest<LabelCreateRequest> request, AsyncApiCallback<ApiResponse<LabelResponse>> callback) Create new label -
Uses of LabelCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LabelCreateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LabelCreateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LabelCreateRequestModifier and TypeMethodDescriptionPostKnowledgeKnowledgebaseLabelsRequest.builder(String knowledgeBaseId, LabelCreateRequest body) voidPostKnowledgeKnowledgebaseLabelsRequest.setBody(LabelCreateRequest body) PostKnowledgeKnowledgebaseLabelsRequest.Builder.withBody(LabelCreateRequest body) PostKnowledgeKnowledgebaseLabelsRequest.withBody(LabelCreateRequest body) PostKnowledgeKnowledgebaseLabelsRequest.Builder.withRequiredParams(String knowledgeBaseId, LabelCreateRequest body) -
Uses of LabelCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LabelCreateRequestModifier and TypeMethodDescriptionThe color for the label.LabelCreateRequest.externalId(String externalId) The external id associated with the label.The name of the label.