Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentText.MarksEnum
Packages that use DocumentText.MarksEnum
-
Uses of DocumentText.MarksEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentText.MarksEnumModifier and TypeMethodDescriptionstatic DocumentText.MarksEnumDocumentText.MarksEnum.fromString(String key) static DocumentText.MarksEnumReturns the enum constant of this class with the specified name.static DocumentText.MarksEnum[]DocumentText.MarksEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DocumentText.MarksEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DocumentText.MarksEnumModifier and TypeMethodDescriptionDocumentText.marks(List<DocumentText.MarksEnum> marks) The unique list of marks (whether it is bold and/or underlined etc.) for the text.voidDocumentText.setMarks(List<DocumentText.MarksEnum> marks)