Uses of Enum Class
io.datarouter.auth.storage.user.userhistory.DatarouterUserHistoryLog.DatarouterUserChangeType
Packages that use DatarouterUserHistoryLog.DatarouterUserChangeType
-
Uses of DatarouterUserHistoryLog.DatarouterUserChangeType in io.datarouter.auth.storage.user.userhistory
Fields in io.datarouter.auth.storage.user.userhistory with type parameters of type DatarouterUserHistoryLog.DatarouterUserChangeTypeModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<DatarouterUserHistoryLog.DatarouterUserChangeType> DatarouterUserHistoryLog.DatarouterUserChangeType.BY_PERSISTENT_STRINGstatic final io.datarouter.model.field.imp.StringEncodedFieldKey<DatarouterUserHistoryLog.DatarouterUserChangeType> DatarouterUserHistoryLog.FieldKeys.changeTypeMethods in io.datarouter.auth.storage.user.userhistory that return DatarouterUserHistoryLog.DatarouterUserChangeTypeModifier and TypeMethodDescriptionDatarouterUserHistoryLog.getChangeType()Returns the enum constant of this class with the specified name.DatarouterUserHistoryLog.DatarouterUserChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.datarouter.auth.storage.user.userhistory with parameters of type DatarouterUserHistoryLog.DatarouterUserChangeTypeModifierConstructorDescriptionDatarouterUserHistoryLog(Long userId, io.datarouter.types.MilliTime time, Long editor, DatarouterUserHistoryLog.DatarouterUserChangeType changeType, String changes)