Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentVersionVariation
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentVersionVariation
- All Implemented Interfaces:
Serializable
KnowledgeDocumentVersionVariation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody(DocumentBodyResponse body) The content for the variation.contexts(List<DocumentVariationContext> contexts) The context values associated with the variation.booleangetBody()getId()getName()inthashCode()The name of the variation.The priority of the variation.voidsetBody(DocumentBodyResponse body) voidsetContexts(List<DocumentVariationContext> contexts) voidvoidsetPriority(Integer priority) toString()
-
Constructor Details
-
KnowledgeDocumentVersionVariation
public KnowledgeDocumentVersionVariation() -
KnowledgeDocumentVersionVariation
-
-
Method Details
-
getId
-
getDateCreated
-
getDateModified
-
contexts
The context values associated with the variation. -
getContexts
-
setContexts
-
priority
The priority of the variation. -
getPriority
-
setPriority
-
name
The name of the variation. -
getName
-
setName
-
body
The content for the variation. -
getBody
-
setBody
-
getSelfUri
-
getDocumentVersion
-
equals
-
hashCode
public int hashCode() -
toString
-