Uses of Class
io.featurehub.sse.model.SSEResultState
-
Packages that use SSEResultState Package Description io.featurehub.sse.model -
-
Uses of SSEResultState in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return SSEResultState Modifier and Type Method Description SSEResultStateSSEResultState. copy()static SSEResultStateSSEResultState. fromValue(java.lang.String text)static SSEResultStateSSEResultState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SSEResultState[]SSEResultState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-