Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.events.DigitalServiceOutboundEventType
-
Packages that use DigitalServiceOutboundEventType Package Description org.odpi.openmetadata.accessservices.digitalservice.events The beans used to describe events supported by the Digital Service OMAS. -
-
Uses of DigitalServiceOutboundEventType in org.odpi.openmetadata.accessservices.digitalservice.events
Methods in org.odpi.openmetadata.accessservices.digitalservice.events that return DigitalServiceOutboundEventType Modifier and Type Method Description DigitalServiceOutboundEventTypeDigitalServiceOutboundEvent. getEventType()Return the type of event.static DigitalServiceOutboundEventTypeDigitalServiceOutboundEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DigitalServiceOutboundEventType[]DigitalServiceOutboundEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.digitalservice.events with parameters of type DigitalServiceOutboundEventType Modifier and Type Method Description voidDigitalServiceOutboundEvent. setEventType(DigitalServiceOutboundEventType eventType)Set up the type of event.
-