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