Uses of Enum Class
com.github.copilot.generated.rpc.SessionSettingsPredicateName
Packages that use SessionSettingsPredicateName
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionSettingsPredicateName in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionSettingsPredicateName in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumRust-owned settings predicates exposed across the SDK boundary.Methods in com.github.copilot.generated.rpc that return SessionSettingsPredicateNameModifier and TypeMethodDescriptionstatic SessionSettingsPredicateNameSessionSettingsEvaluatePredicateParams.name()Returns the value of thenamerecord component.static SessionSettingsPredicateNameReturns the enum constant of this class with the specified name.static SessionSettingsPredicateName[]SessionSettingsPredicateName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionSettingsPredicateNameModifierConstructorDescriptionSessionSettingsEvaluatePredicateParams(String sessionId, SessionSettingsPredicateName name, String toolName) Creates an instance of aSessionSettingsEvaluatePredicateParamsrecord class.