Package com.mypurecloud.sdk.v2.model
Class DocumentBodyImage
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyImage
- All Implemented Interfaces:
Serializable
DocumentBodyImage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()The URL of the page OR an email OR the reference to the knowledge article that the hyperlink goes to.properties(DocumentBodyImageProperties properties) The properties for the image.voidsetHyperlink(String hyperlink) voidsetProperties(DocumentBodyImageProperties properties) voidtoString()The URL for the image.
-
Constructor Details
-
DocumentBodyImage
public DocumentBodyImage() -
DocumentBodyImage
-
-
Method Details
-
url
The URL for the image. -
getUrl
-
setUrl
-
hyperlink
The URL of the page OR an email OR the reference to the knowledge article that the hyperlink goes to. Possible URL value types are https://| mailto: | grn:knowledge:::documentVariation/ / / | grn:knowledge:::document/ / | grn:knowledge:::category/ / | grn:knowledge:::label/ / -
getHyperlink
-
setHyperlink
-
properties
The properties for the image. -
getProperties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-