Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentVersionVariation
Packages that use KnowledgeDocumentVersionVariation
-
Uses of KnowledgeDocumentVersionVariation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return KnowledgeDocumentVersionVariationModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariation(GetKnowledgeKnowledgebaseDocumentVersionVariationRequest request) Get variation for the given document version.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariation(String knowledgeBaseId, String documentId, String versionId, String variationId) Get variation for the given document version.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type KnowledgeDocumentVersionVariationModifier and TypeMethodDescriptionKnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariation(ApiRequest<Void> request) Get variation for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariation> callback) Get variation for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionVariation>> callback) Get variation for the given document version.KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationWithHttpInfo(String knowledgeBaseId, String documentId, String versionId, String variationId) Get variation for the given document version.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type KnowledgeDocumentVersionVariationModifier and TypeMethodDescriptionKnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationAsync(GetKnowledgeKnowledgebaseDocumentVersionVariationRequest request, AsyncApiCallback<KnowledgeDocumentVersionVariation> callback) Get variation for the given document version.KnowledgeApiAsync.getKnowledgeKnowledgebaseDocumentVersionVariationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<KnowledgeDocumentVersionVariation>> callback) Get variation for the given document version. -
Uses of KnowledgeDocumentVersionVariation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentVersionVariationModifier and TypeMethodDescriptionKnowledgeDocumentVersionVariation.body(DocumentBodyResponse body) The content for the variation.KnowledgeDocumentVersionVariation.contexts(List<DocumentVariationContext> contexts) The context values associated with the variation.The name of the variation.The priority of the variation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentVersionVariationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentVersionVariationModifier and TypeMethodDescriptionKnowledgeDocumentVersionVariationListing.entities(List<KnowledgeDocumentVersionVariation> entities) voidKnowledgeDocumentVersionVariationListing.setEntities(List<KnowledgeDocumentVersionVariation> entities)