Uses of Enum Class
nl.b3p.tailormap.api.admin.model.ServerSentEvent.EventTypeEnum
Packages that use ServerSentEvent.EventTypeEnum
-
Uses of ServerSentEvent.EventTypeEnum in nl.b3p.tailormap.api.admin.model
Methods in nl.b3p.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 nl.b3p.tailormap.api.admin.model with parameters of type ServerSentEvent.EventTypeEnumModifier and TypeMethodDescriptionServerSentEvent.eventType(ServerSentEvent.EventTypeEnum eventType) voidServerSentEvent.setEventType(ServerSentEvent.EventTypeEnum eventType)