Package com.mypurecloud.sdk.v2.model
Class DocumentVariationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentVariationResponse
- All Implemented Interfaces:
Serializable
DocumentVariationResponse
- 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.documentVersion(AddressableEntityRef documentVersion) The version of the document.booleangetBody()getId()getName()inthashCode()The name of the variation.The priority of the variation.voidsetBody(DocumentBodyResponse body) voidsetContexts(List<DocumentVariationContext> contexts) voidsetDocumentVersion(AddressableEntityRef documentVersion) voidvoidsetPriority(Integer priority) toString()
-
Constructor Details
-
DocumentVariationResponse
public DocumentVariationResponse() -
DocumentVariationResponse
-
-
Method Details
-
getId
-
getDateCreated
-
getDateModified
-
documentVersion
The version of the document. -
getDocumentVersion
-
setDocumentVersion
-
contexts
The context values associated with the variation. -
getContexts
-
setContexts
-
getDocument
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-