Uses of Class
br.com.juno.integration.api.model.EventType.EventStatus
-
Packages that use EventType.EventStatus Package Description br.com.juno.integration.api.model -
-
Uses of EventType.EventStatus in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return EventType.EventStatus Modifier and Type Method Description EventType.EventStatusEventType. getStatus()static EventType.EventStatusEventType.EventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType.EventStatus[]EventType.EventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.model with parameters of type EventType.EventStatus Modifier and Type Method Description protected voidEventType. setStatus(EventType.EventStatus status)
-