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.Constructors in io.split.engine.sse.dtos with parameters of type IncomingNotification.Type Constructor Description GenericNotificationData(Long changeNumber, String defaultTreatment, String splitName, ControlType controlType, OccupancyMetrics occupancyMetrics, String segmentName, IncomingNotification.Type type, String channel)IncomingNotification(IncomingNotification.Type type, String channel)
-