Uses of Class
io.split.engine.sse.dtos.IncomingNotification.Type
-
Packages that use IncomingNotification.Type Package Description io.split.engine.sse.dtos -
-
Uses of IncomingNotification.Type in io.split.engine.sse.dtos
Methods in io.split.engine.sse.dtos that return IncomingNotification.Type Modifier and Type Method Description IncomingNotification.TypeGenericNotificationData. getType()IncomingNotification.TypeIncomingNotification. getType()static IncomingNotification.TypeIncomingNotification.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IncomingNotification.Type[]IncomingNotification.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.split.engine.sse.dtos with parameters of type IncomingNotification.Type Modifier and Type Method Description GenericNotificationData.BuilderGenericNotificationData.Builder. type(IncomingNotification.Type type)Constructors in io.split.engine.sse.dtos with parameters of type IncomingNotification.Type Constructor Description IncomingNotification(IncomingNotification.Type type, String channel)
-