Uses of Enum Class
cloud.opencode.base.feature.proxy.FeatureProxy.DisabledBehavior
Packages that use FeatureProxy.DisabledBehavior
-
Uses of FeatureProxy.DisabledBehavior in cloud.opencode.base.feature.proxy
Subclasses with type arguments of type FeatureProxy.DisabledBehavior in cloud.opencode.base.feature.proxyModifier and TypeClassDescriptionstatic enumBehavior when feature is disabled 功能禁用时的行为Methods in cloud.opencode.base.feature.proxy that return FeatureProxy.DisabledBehaviorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FeatureProxy.DisabledBehavior[]FeatureProxy.DisabledBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.feature.proxy with parameters of type FeatureProxy.DisabledBehaviorModifier and TypeMethodDescriptionFeatureProxy.Builder.whenDisabled(FeatureProxy.DisabledBehavior behavior) Set behavior when feature is disabled 设置功能禁用时的行为