Package com.mypurecloud.sdk.v2.model
Class DocumentText
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentText
- All Implemented Interfaces:
Serializable
DocumentText
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMarks()getText()inthashCode()The URL of the page OR an email OR the reference to the knowledge article that the hyperlink goes to.marks(List<DocumentText.MarksEnum> marks) The unique list of marks (whether it is bold and/or underlined etc.) for the text.properties(DocumentTextProperties properties) The properties for the text.voidsetHyperlink(String hyperlink) voidsetMarks(List<DocumentText.MarksEnum> marks) voidsetProperties(DocumentTextProperties properties) voidText.toString()
-
Constructor Details
-
DocumentText
public DocumentText() -
DocumentText
-
-
Method Details
-
text
Text. -
getText
-
setText
-
marks
The unique list of marks (whether it is bold and/or underlined etc.) for the text. -
getMarks
-
setMarks
-
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 text. -
getProperties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-