Uses of Class
org.odpi.openmetadata.accessservices.securityofficer.api.events.SecurityOfficerEventType
-
Packages that use SecurityOfficerEventType Package Description org.odpi.openmetadata.accessservices.securityofficer.api.events -
-
Uses of SecurityOfficerEventType in org.odpi.openmetadata.accessservices.securityofficer.api.events
Methods in org.odpi.openmetadata.accessservices.securityofficer.api.events that return SecurityOfficerEventType Modifier and Type Method Description SecurityOfficerEventTypeSecurityOfficerEvent. getEventType()static SecurityOfficerEventTypeSecurityOfficerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityOfficerEventType[]SecurityOfficerEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.securityofficer.api.events with parameters of type SecurityOfficerEventType Modifier and Type Method Description voidSecurityOfficerEvent. setEventType(SecurityOfficerEventType eventType)
-