Uses of Class
com.mypurecloud.sdk.v2.model.LabelUpdateRequest
Packages that use LabelUpdateRequest
Package
Description
-
Uses of LabelUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type LabelUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseLabel(String knowledgeBaseId, String labelId, LabelUpdateRequest body) Update labelKnowledgeApi.patchKnowledgeKnowledgebaseLabelWithHttpInfo(String knowledgeBaseId, String labelId, LabelUpdateRequest body) Update labelMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type LabelUpdateRequestModifier and TypeMethodDescriptionKnowledgeApi.patchKnowledgeKnowledgebaseLabel(ApiRequest<LabelUpdateRequest> request) Update labelKnowledgeApiAsync.patchKnowledgeKnowledgebaseLabelAsync(ApiRequest<LabelUpdateRequest> request, AsyncApiCallback<ApiResponse<LabelResponse>> callback) Update label -
Uses of LabelUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return LabelUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type LabelUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type LabelUpdateRequestModifier and TypeMethodDescriptionPatchKnowledgeKnowledgebaseLabelRequest.builder(String knowledgeBaseId, String labelId, LabelUpdateRequest body) voidPatchKnowledgeKnowledgebaseLabelRequest.setBody(LabelUpdateRequest body) PatchKnowledgeKnowledgebaseLabelRequest.Builder.withBody(LabelUpdateRequest body) PatchKnowledgeKnowledgebaseLabelRequest.withBody(LabelUpdateRequest body) PatchKnowledgeKnowledgebaseLabelRequest.Builder.withRequiredParams(String knowledgeBaseId, String labelId, LabelUpdateRequest body) -
Uses of LabelUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return LabelUpdateRequestModifier and TypeMethodDescriptionThe color for the label.LabelUpdateRequest.externalId(String externalId) The external id associated with the label.The name of the label.