Uses of Enum Class
io.datarouter.auth.role.DatarouterRoleApprovalType
Packages that use DatarouterRoleApprovalType
-
Uses of DatarouterRoleApprovalType in io.datarouter.auth.role
Fields in io.datarouter.auth.role with type parameters of type DatarouterRoleApprovalTypeModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<DatarouterRoleApprovalType> DatarouterRoleApprovalType.BY_PERSISTENT_STRINGMethods in io.datarouter.auth.role that return DatarouterRoleApprovalTypeModifier and TypeMethodDescriptionDatarouterRoleApprovalType.fromPersistentString(String str) static DatarouterRoleApprovalTypeReturns the enum constant of this class with the specified name.static DatarouterRoleApprovalType[]DatarouterRoleApprovalType.values()Returns an array containing the constants of this enum class, in the order they are declared.