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.Methods in io.split.engine.sse.dtos with parameters of type ControlType Modifier and Type Method Description GenericNotificationData.BuilderGenericNotificationData.Builder. controlType(ControlType controlType)
-