Uses of Class
org.alfresco.governance.classification.model.SecuringMarksUpdateEntry.OpEnum
-
Packages that use SecuringMarksUpdateEntry.OpEnum Package Description org.alfresco.governance.classification.model -
-
Uses of SecuringMarksUpdateEntry.OpEnum in org.alfresco.governance.classification.model
Methods in org.alfresco.governance.classification.model that return SecuringMarksUpdateEntry.OpEnum Modifier and Type Method Description static SecuringMarksUpdateEntry.OpEnumSecuringMarksUpdateEntry.OpEnum. fromValue(String text)@NotNull SecuringMarksUpdateEntry.OpEnumSecuringMarksUpdateEntry. getOp()Get opstatic SecuringMarksUpdateEntry.OpEnumSecuringMarksUpdateEntry.OpEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SecuringMarksUpdateEntry.OpEnum[]SecuringMarksUpdateEntry.OpEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.governance.classification.model with parameters of type SecuringMarksUpdateEntry.OpEnum Modifier and Type Method Description SecuringMarksUpdateEntrySecuringMarksUpdateEntry. op(SecuringMarksUpdateEntry.OpEnum op)voidSecuringMarksUpdateEntry. setOp(SecuringMarksUpdateEntry.OpEnum op)
-