Package com.mypurecloud.sdk.v2.model
Class DocumentVariationContext
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentVariationContext
- All Implemented Interfaces:
Serializable
DocumentVariationContext
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontext(KnowledgeContextReference context) The knowledge context associated with the variation.booleaninthashCode()voidsetContext(KnowledgeContextReference context) voidsetValues(List<KnowledgeContextValueReference> values) toString()values(List<KnowledgeContextValueReference> values) The list of knowledge context values associated with the variation.
-
Constructor Details
-
DocumentVariationContext
public DocumentVariationContext() -
DocumentVariationContext
-
-
Method Details
-
context
The knowledge context associated with the variation. -
getContext
-
setContext
-
values
The list of knowledge context values associated with the variation. -
getValues
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-