Enum Class SessionSettingsPredicateName
java.lang.Object
java.lang.Enum<SessionSettingsPredicateName>
com.github.copilot.generated.rpc.SessionSettingsPredicateName
- All Implemented Interfaces:
Serializable, Comparable<SessionSettingsPredicateName>, Constable
@Generated("copilot-sdk-codegen")
public enum SessionSettingsPredicateName
extends Enum<SessionSettingsPredicateName>
Rust-owned settings predicates exposed across the SDK boundary. Raw feature-flag names are intentionally not part of the contract.
- Since:
- 1.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThecapClaudeOpusTokenLimitsEnabledvariant.TheccaUseTsAutofindEnabledvariant.ThechronicleEnabledvariant.ThecoAuthorHookEnabledvariant.ThecodeqlCheckerEnabledvariant.ThecodeReviewFeatureEnabledvariant.ThecontentExclusionSelfFetchEnabledvariant.ThedependabotCheckerEnabledvariant.ThedependencyCheckerEnabledvariant.TheparallelValidationEnabledvariant.TheruntimeTimingTelemetryEnabledvariant.ThesecurityToolsEnabledvariant.ThethirdPartySecurityPromptEnabledvariant.ThetrivialChangeEnabledvariant.ThetrivialChangeEnabledForCodeReviewvariant.ThetrivialChangeEnabledForToolvariant.ThetrivialChangeSkipEnabledvariant.ThetrivialChangeSkipEnabledForCodeReviewvariant.ThetrivialChangeSkipEnabledForToolvariant. -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionSettingsPredicateNamegetValue()static SessionSettingsPredicateNameReturns the enum constant of this class with the specified name.static SessionSettingsPredicateName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SECURITYTOOLSENABLED
ThesecurityToolsEnabledvariant. -
THIRDPARTYSECURITYPROMPTENABLED
ThethirdPartySecurityPromptEnabledvariant. -
PARALLELVALIDATIONENABLED
TheparallelValidationEnabledvariant. -
RUNTIMETIMINGTELEMETRYENABLED
TheruntimeTimingTelemetryEnabledvariant. -
COAUTHORHOOKENABLED
ThecoAuthorHookEnabledvariant. -
CHRONICLEENABLED
ThechronicleEnabledvariant. -
CONTENTEXCLUSIONSELFFETCHENABLED
ThecontentExclusionSelfFetchEnabledvariant. -
CAPCLAUDEOPUSTOKENLIMITSENABLED
ThecapClaudeOpusTokenLimitsEnabledvariant. -
CODEREVIEWFEATUREENABLED
ThecodeReviewFeatureEnabledvariant. -
CCAUSETSAUTOFINDENABLED
TheccaUseTsAutofindEnabledvariant. -
DEPENDENCYCHECKERENABLED
ThedependencyCheckerEnabledvariant. -
DEPENDABOTCHECKERENABLED
ThedependabotCheckerEnabledvariant. -
CODEQLCHECKERENABLED
ThecodeqlCheckerEnabledvariant. -
TRIVIALCHANGEENABLED
ThetrivialChangeEnabledvariant. -
TRIVIALCHANGESKIPENABLED
ThetrivialChangeSkipEnabledvariant. -
TRIVIALCHANGEENABLEDFORCODEREVIEW
ThetrivialChangeEnabledForCodeReviewvariant. -
TRIVIALCHANGESKIPENABLEDFORCODEREVIEW
ThetrivialChangeSkipEnabledForCodeReviewvariant. -
TRIVIALCHANGEENABLEDFORTOOL
ThetrivialChangeEnabledForToolvariant. -
TRIVIALCHANGESKIPENABLEDFORTOOL
ThetrivialChangeSkipEnabledForToolvariant.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
-
fromValue
-