Uses of Class
com.saperion.connector.options.RedactionMode
-
Packages that use RedactionMode Package Description com.saperion.connector.options Rendering options. -
-
Uses of RedactionMode in com.saperion.connector.options
Methods in com.saperion.connector.options that return RedactionMode Modifier and Type Method Description RedactionMode
Options. getRedactions()
static RedactionMode
RedactionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RedactionMode[]
RedactionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-