Uses of Enum Class
com.github.copilot.generated.AutoModeSwitchResponse
Packages that use AutoModeSwitchResponse
-
Uses of AutoModeSwitchResponse in com.github.copilot.generated
Methods in com.github.copilot.generated that return AutoModeSwitchResponseModifier and TypeMethodDescriptionstatic AutoModeSwitchResponseAutoModeSwitchCompletedEvent.AutoModeSwitchCompletedEventData.response()Returns the value of theresponserecord component.static AutoModeSwitchResponseReturns the enum constant of this class with the specified name.static AutoModeSwitchResponse[]AutoModeSwitchResponse.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type AutoModeSwitchResponseModifierConstructorDescriptionAutoModeSwitchCompletedEventData(String requestId, AutoModeSwitchResponse response) Creates an instance of aAutoModeSwitchCompletedEventDatarecord class.