Uses of Enum Class
org.duracloud.common.event.AccountChangeEvent.EventType
-
Uses of AccountChangeEvent.EventType in org.duracloud.common.event
Methods in org.duracloud.common.event that return AccountChangeEvent.EventTypeModifier and TypeMethodDescriptionAccountChangeEvent.getEventType()static AccountChangeEvent.EventTypeReturns the enum constant of this class with the specified name.static AccountChangeEvent.EventType[]AccountChangeEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.duracloud.common.event with parameters of type AccountChangeEvent.EventTypeModifierConstructorDescriptionAccountChangeEvent(AccountChangeEvent.EventType eventType, String accountId, String sourceHost)