Uses of Class
nl.b3p.tailormap.api.admin.model.ServerSentEvent.EventTypeEnum
-
Packages that use ServerSentEvent.EventTypeEnum Package Description nl.b3p.tailormap.api.admin.model -
-
Uses of ServerSentEvent.EventTypeEnum in nl.b3p.tailormap.api.admin.model
Methods in nl.b3p.tailormap.api.admin.model that return ServerSentEvent.EventTypeEnum Modifier and Type Method Description static ServerSentEvent.EventTypeEnumServerSentEvent.EventTypeEnum. fromValue(String value)ServerSentEvent.EventTypeEnumServerSentEvent. getEventType()Type of eventstatic ServerSentEvent.EventTypeEnumServerSentEvent.EventTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerSentEvent.EventTypeEnum[]ServerSentEvent.EventTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.admin.model with parameters of type ServerSentEvent.EventTypeEnum Modifier and Type Method Description ServerSentEventServerSentEvent. eventType(ServerSentEvent.EventTypeEnum eventType)voidServerSentEvent. setEventType(ServerSentEvent.EventTypeEnum eventType)
-