Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeGuestDocumentVariation
Packages that use KnowledgeGuestDocumentVariation
-
Uses of KnowledgeGuestDocumentVariation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeGuestDocumentVariationModifier and TypeMethodDescriptionKnowledgeGuestDocumentVariation.body(DocumentBodyResponse body) The content for the variation.KnowledgeGuestDocumentVariation.contexts(List<KnowledgeGuestDocumentVariationContext> contexts) The context values associated with the variation.KnowledgeGuestDocumentVariation.documentVersion(AddressableEntityRef documentVersion) The version of the document.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeGuestDocumentVariationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeGuestDocumentVariationModifier and TypeMethodDescriptionvoidKnowledgeGuestDocumentResponse.setVariations(List<KnowledgeGuestDocumentVariation> variations) KnowledgeGuestDocumentResponse.variations(List<KnowledgeGuestDocumentVariation> variations) Variations of the document.