Uses of Enum Class
cloud.opencode.base.config.ConfigChangeEvent.ChangeType
Packages that use ConfigChangeEvent.ChangeType
-
Uses of ConfigChangeEvent.ChangeType in cloud.opencode.base.config
Subclasses with type arguments of type ConfigChangeEvent.ChangeType in cloud.opencode.base.configModifier and TypeClassDescriptionstatic enumConfiguration Change Type 配置变更类型Methods in cloud.opencode.base.config that return ConfigChangeEvent.ChangeTypeModifier and TypeMethodDescriptionConfigChangeEvent.changeType()Returns the value of thechangeTyperecord component.static ConfigChangeEvent.ChangeTypeReturns the enum constant of this class with the specified name.static ConfigChangeEvent.ChangeType[]ConfigChangeEvent.ChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.config with parameters of type ConfigChangeEvent.ChangeTypeModifierConstructorDescriptionConfigChangeEvent(String key, String oldValue, String newValue, ConfigChangeEvent.ChangeType changeType, Instant timestamp) Creates an instance of aConfigChangeEventrecord class.