Uses of Enum Class
org.tailormap.api.admin.model.ServerSentEvent.EventTypeEnum
Packages that use ServerSentEvent.EventTypeEnum
-
Uses of ServerSentEvent.EventTypeEnum in org.tailormap.api.admin.model
Methods in org.tailormap.api.admin.model that return ServerSentEvent.EventTypeEnumModifier and TypeMethodDescriptionServerSentEvent.getEventType()Type of eventReturns the enum constant of this class with the specified name.static ServerSentEvent.EventTypeEnum[]ServerSentEvent.EventTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.admin.model with parameters of type ServerSentEvent.EventTypeEnumModifier and TypeMethodDescriptionServerSentEvent.eventType(ServerSentEvent.EventTypeEnum eventType) voidServerSentEvent.setEventType(ServerSentEvent.EventTypeEnum eventType)