Uses of Enum Class
com.github.copilot.generated.PlanChangedOperation
Packages that use PlanChangedOperation
-
Uses of PlanChangedOperation in com.github.copilot.generated
Subclasses with type arguments of type PlanChangedOperation in com.github.copilot.generatedModifier and TypeClassDescriptionenumThe type of operation performed on the plan fileMethods in com.github.copilot.generated that return PlanChangedOperationModifier and TypeMethodDescriptionstatic PlanChangedOperationSessionPlanChangedEvent.SessionPlanChangedEventData.operation()Returns the value of theoperationrecord component.static PlanChangedOperationReturns the enum constant of this class with the specified name.static PlanChangedOperation[]PlanChangedOperation.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 PlanChangedOperationModifierConstructorDescriptionSessionPlanChangedEventData(PlanChangedOperation operation) Creates an instance of aSessionPlanChangedEventDatarecord class.