Uses of Enum Class
com.github.copilot.generated.AbortReason
Packages that use AbortReason
-
Uses of AbortReason in com.github.copilot.generated
Subclasses with type arguments of type AbortReason in com.github.copilot.generatedModifier and TypeClassDescriptionenumFinite reason code describing why the current turn was abortedMethods in com.github.copilot.generated that return AbortReasonModifier and TypeMethodDescriptionstatic AbortReasonAbortEvent.AbortEventData.reason()Returns the value of thereasonrecord component.static AbortReasonReturns the enum constant of this class with the specified name.static AbortReason[]AbortReason.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 AbortReasonModifierConstructorDescriptionAbortEventData(AbortReason reason) Creates an instance of aAbortEventDatarecord class.