Uses of Enum Class
com.github.copilot.generated.ExitPlanModeAction
Packages that use ExitPlanModeAction
-
Uses of ExitPlanModeAction in com.github.copilot.generated
Methods in com.github.copilot.generated that return ExitPlanModeActionModifier and TypeMethodDescriptionstatic ExitPlanModeActionExitPlanModeRequestedEvent.ExitPlanModeRequestedEventData.recommendedAction()Returns the value of therecommendedActionrecord component.ExitPlanModeCompletedEvent.ExitPlanModeCompletedEventData.selectedAction()Returns the value of theselectedActionrecord component.static ExitPlanModeActionReturns the enum constant of this class with the specified name.static ExitPlanModeAction[]ExitPlanModeAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.generated that return types with arguments of type ExitPlanModeActionModifier and TypeMethodDescriptionExitPlanModeRequestedEvent.ExitPlanModeRequestedEventData.actions()Returns the value of theactionsrecord component.Constructors in com.github.copilot.generated with parameters of type ExitPlanModeActionModifierConstructorDescriptionExitPlanModeCompletedEventData(String requestId, Boolean approved, ExitPlanModeAction selectedAction, Boolean autoApproveEdits, String feedback) Creates an instance of aExitPlanModeCompletedEventDatarecord class.ExitPlanModeRequestedEventData(String requestId, String summary, String planContent, List<ExitPlanModeAction> actions, ExitPlanModeAction recommendedAction) Creates an instance of aExitPlanModeRequestedEventDatarecord class.Constructor parameters in com.github.copilot.generated with type arguments of type ExitPlanModeActionModifierConstructorDescriptionExitPlanModeRequestedEventData(String requestId, String summary, String planContent, List<ExitPlanModeAction> actions, ExitPlanModeAction recommendedAction) Creates an instance of aExitPlanModeRequestedEventDatarecord class.