Uses of 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.EventType Modifier and Type Method Description AccountChangeEvent.EventTypeAccountChangeEvent. getEventType()static AccountChangeEvent.EventTypeAccountChangeEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountChangeEvent.EventType[]AccountChangeEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.duracloud.common.event with parameters of type AccountChangeEvent.EventType Constructor Description AccountChangeEvent(AccountChangeEvent.EventType eventType, String accountId, String sourceHost)
-