Uses of Enum Class
overit.geocall.event.model.MessageResult.State
Packages that use MessageResult.State
-
Uses of MessageResult.State in overit.geocall.event.model
Methods in overit.geocall.event.model that return MessageResult.StateModifier and TypeMethodDescriptionMessageResult.getState()static MessageResult.StateReturns the enum constant of this class with the specified name.static MessageResult.State[]MessageResult.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in overit.geocall.event.model with parameters of type MessageResult.StateModifierConstructorDescriptionMessageResult(String id, MessageResult.State state, Object resultObject, Class<?> typeResult)