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(java.lang.String str)DatarouterUserHistory.DatarouterUserChangeTypeDatarouterUserHistory. getChangeType()static DatarouterUserHistory.DatarouterUserChangeTypeDatarouterUserHistory.DatarouterUserChangeType. valueOf(java.lang.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.Methods in io.datarouter.auth.storage.userhistory with parameters of type DatarouterUserHistory.DatarouterUserChangeType Modifier and Type Method Description voidDatarouterUserHistory. setChangeType(DatarouterUserHistory.DatarouterUserChangeType changeType)Constructors in io.datarouter.auth.storage.userhistory with parameters of type DatarouterUserHistory.DatarouterUserChangeType Constructor Description DatarouterUserHistory(java.lang.Long userId, java.util.Date time, java.lang.Long editor, DatarouterUserHistory.DatarouterUserChangeType changeType, java.lang.String changes)