Uses of Enum Class
com.github.copilot.generated.rpc.UIAutoModeSwitchResponse
Packages that use UIAutoModeSwitchResponse
-
Uses of UIAutoModeSwitchResponse in com.github.copilot.generated.rpc
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.