Uses of Class
io.datarouter.auth.storage.userhistory.DatarouterUserHistory.DatarouterUserChangeType
| Package | Description |
|---|---|
| io.datarouter.auth.storage.userhistory |
-
Uses of DatarouterUserHistory.DatarouterUserChangeType in io.datarouter.auth.storage.userhistory
Fields in io.datarouter.auth.storage.userhistory with type parameters of type DatarouterUserHistory.DatarouterUserChangeType Modifier and Type Field Description static io.datarouter.model.field.imp.enums.StringEnumFieldKey<DatarouterUserHistory.DatarouterUserChangeType>DatarouterUserHistory.FieldKeys. changeTypeMethods in io.datarouter.auth.storage.userhistory that return DatarouterUserHistory.DatarouterUserChangeType Modifier and Type Method Description DatarouterUserHistory.DatarouterUserChangeTypeDatarouterUserHistory.DatarouterUserChangeType. fromPersistentString(String str)DatarouterUserHistory.DatarouterUserChangeTypeDatarouterUserHistory. getChangeType()static DatarouterUserHistory.DatarouterUserChangeTypeDatarouterUserHistory.DatarouterUserChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatarouterUserHistory.DatarouterUserChangeType[]DatarouterUserHistory.DatarouterUserChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.datarouter.auth.storage.userhistory with parameters of type DatarouterUserHistory.DatarouterUserChangeType Constructor Description DatarouterUserHistory(Long userId, Instant time, Long editor, DatarouterUserHistory.DatarouterUserChangeType changeType, String changes)