Uses of Enum Class
com.github.copilot.generated.rpc.UIExitPlanModeAction
Packages that use UIExitPlanModeAction
-
Uses of UIExitPlanModeAction in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return UIExitPlanModeActionModifier and TypeMethodDescriptionstatic UIExitPlanModeActionUIExitPlanModeResponse.selectedAction()Returns the value of theselectedActionrecord component.static UIExitPlanModeActionReturns the enum constant of this class with the specified name.static UIExitPlanModeAction[]UIExitPlanModeAction.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 UIExitPlanModeActionModifierConstructorDescriptionUIExitPlanModeResponse(Boolean approved, UIExitPlanModeAction selectedAction, Boolean autoApproveEdits, String feedback) Creates an instance of aUIExitPlanModeResponserecord class.