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
  • Enum Constant Details

    • SECURITYTOOLSENABLED

      public static final SessionSettingsPredicateName SECURITYTOOLSENABLED
      The securityToolsEnabled variant.
    • THIRDPARTYSECURITYPROMPTENABLED

      public static final SessionSettingsPredicateName THIRDPARTYSECURITYPROMPTENABLED
      The thirdPartySecurityPromptEnabled variant.
    • PARALLELVALIDATIONENABLED

      public static final SessionSettingsPredicateName PARALLELVALIDATIONENABLED
      The parallelValidationEnabled variant.
    • RUNTIMETIMINGTELEMETRYENABLED

      public static final SessionSettingsPredicateName RUNTIMETIMINGTELEMETRYENABLED
      The runtimeTimingTelemetryEnabled variant.
    • COAUTHORHOOKENABLED

      public static final SessionSettingsPredicateName COAUTHORHOOKENABLED
      The coAuthorHookEnabled variant.
    • CHRONICLEENABLED

      public static final SessionSettingsPredicateName CHRONICLEENABLED
      The chronicleEnabled variant.
    • CONTENTEXCLUSIONSELFFETCHENABLED

      public static final SessionSettingsPredicateName CONTENTEXCLUSIONSELFFETCHENABLED
      The contentExclusionSelfFetchEnabled variant.
    • CAPCLAUDEOPUSTOKENLIMITSENABLED

      public static final SessionSettingsPredicateName CAPCLAUDEOPUSTOKENLIMITSENABLED
      The capClaudeOpusTokenLimitsEnabled variant.
    • CODEREVIEWFEATUREENABLED

      public static final SessionSettingsPredicateName CODEREVIEWFEATUREENABLED
      The codeReviewFeatureEnabled variant.
    • CCAUSETSAUTOFINDENABLED

      public static final SessionSettingsPredicateName CCAUSETSAUTOFINDENABLED
      The ccaUseTsAutofindEnabled variant.
    • DEPENDENCYCHECKERENABLED

      public static final SessionSettingsPredicateName DEPENDENCYCHECKERENABLED
      The dependencyCheckerEnabled variant.
    • DEPENDABOTCHECKERENABLED

      public static final SessionSettingsPredicateName DEPENDABOTCHECKERENABLED
      The dependabotCheckerEnabled variant.
    • CODEQLCHECKERENABLED

      public static final SessionSettingsPredicateName CODEQLCHECKERENABLED
      The codeqlCheckerEnabled variant.
    • TRIVIALCHANGEENABLED

      public static final SessionSettingsPredicateName TRIVIALCHANGEENABLED
      The trivialChangeEnabled variant.
    • TRIVIALCHANGESKIPENABLED

      public static final SessionSettingsPredicateName TRIVIALCHANGESKIPENABLED
      The trivialChangeSkipEnabled variant.
    • TRIVIALCHANGEENABLEDFORCODEREVIEW

      public static final SessionSettingsPredicateName TRIVIALCHANGEENABLEDFORCODEREVIEW
      The trivialChangeEnabledForCodeReview variant.
    • TRIVIALCHANGESKIPENABLEDFORCODEREVIEW

      public static final SessionSettingsPredicateName TRIVIALCHANGESKIPENABLEDFORCODEREVIEW
      The trivialChangeSkipEnabledForCodeReview variant.
    • TRIVIALCHANGEENABLEDFORTOOL

      public static final SessionSettingsPredicateName TRIVIALCHANGEENABLEDFORTOOL
      The trivialChangeEnabledForTool variant.
    • TRIVIALCHANGESKIPENABLEDFORTOOL

      public static final SessionSettingsPredicateName TRIVIALCHANGESKIPENABLEDFORTOOL
      The trivialChangeSkipEnabledForTool variant.
  • Method Details

    • values

      public static SessionSettingsPredicateName[] 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

      public static SessionSettingsPredicateName valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • fromValue

      public static SessionSettingsPredicateName fromValue(String value)