Uses of Enum Class
com.github.copilot.generated.rpc.UIAutoModeSwitchResponse
Packages that use UIAutoModeSwitchResponse
-
Uses of UIAutoModeSwitchResponse in com.github.copilot.generated.rpc
Subclasses with type arguments of type UIAutoModeSwitchResponse in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumUser's choice for auto-mode switching: yes (allow this turn), yes_always (allow + persist as setting), or no (decline).Methods in com.github.copilot.generated.rpc that return UIAutoModeSwitchResponseModifier and TypeMethodDescriptionstatic UIAutoModeSwitchResponseSessionUiHandlePendingAutoModeSwitchParams.response()Returns the value of theresponserecord component.static UIAutoModeSwitchResponseReturns the enum constant of this class with the specified name.static UIAutoModeSwitchResponse[]UIAutoModeSwitchResponse.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 UIAutoModeSwitchResponseModifierConstructorDescriptionSessionUiHandlePendingAutoModeSwitchParams(String sessionId, String requestId, UIAutoModeSwitchResponse response) Creates an instance of aSessionUiHandlePendingAutoModeSwitchParamsrecord class.