Uses of Class
io.split.engine.sse.dtos.ControlType
-
Packages that use ControlType Package Description io.split.engine.sse.dtos -
-
Uses of ControlType in io.split.engine.sse.dtos
Methods in io.split.engine.sse.dtos that return ControlType Modifier and Type Method Description ControlTypeControlNotification. getControlType()ControlTypeGenericNotificationData. getControlType()static ControlTypeControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlType[]ControlType. 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 ControlType Constructor Description GenericNotificationData(Long changeNumber, String defaultTreatment, String splitName, ControlType controlType, OccupancyMetrics occupancyMetrics, String segmentName, IncomingNotification.Type type, String channel)
-