Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileOutboundEventType
-
Packages that use CommunityProfileOutboundEventType Package Description org.odpi.openmetadata.accessservices.communityprofile.events -
-
Uses of CommunityProfileOutboundEventType in org.odpi.openmetadata.accessservices.communityprofile.events
Methods in org.odpi.openmetadata.accessservices.communityprofile.events that return CommunityProfileOutboundEventType Modifier and Type Method Description CommunityProfileOutboundEventTypeCommunityProfileOutboundEvent. getEventType()Return the type of event.static CommunityProfileOutboundEventTypeCommunityProfileOutboundEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunityProfileOutboundEventType[]CommunityProfileOutboundEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.communityprofile.events with parameters of type CommunityProfileOutboundEventType Modifier and Type Method Description voidCommunityProfileOutboundEvent. setEventType(CommunityProfileOutboundEventType eventType)Set up the type of event.
-