Uses of Class
org.gcube.event.publisher.EventStatus.Status
-
-
Uses of EventStatus.Status in org.gcube.event.publisher
Methods in org.gcube.event.publisher that return EventStatus.Status Modifier and Type Method Description EventStatus.StatusEventStatus. getStatus()static EventStatus.StatusEventStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static EventStatus.Status[]EventStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.event.publisher with parameters of type EventStatus.Status Modifier and Type Method Description voidEventStatus. setStatus(EventStatus.Status status)
-