Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.events.StewardshipActionEventType
-
Packages that use StewardshipActionEventType Package Description org.odpi.openmetadata.accessservices.stewardshipaction.events This package defines the event payloads sent on the Stewardship Action OMAS's out topic. -
-
Uses of StewardshipActionEventType in org.odpi.openmetadata.accessservices.stewardshipaction.events
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.events that return StewardshipActionEventType Modifier and Type Method Description StewardshipActionEventTypeStewardshipActionOutTopicEvent. getEventType()Return the event type.static StewardshipActionEventTypeStewardshipActionEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static StewardshipActionEventType[]StewardshipActionEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.events with parameters of type StewardshipActionEventType Modifier and Type Method Description voidStewardshipActionOutTopicEvent. setEventType(StewardshipActionEventType eventType)Set up the event type.
-