Uses of Enum Class
com.github.copilot.sdk.generated.AbortReason
Packages that use AbortReason
-
Uses of AbortReason in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.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.sdk.generated with parameters of type AbortReasonModifierConstructorDescriptionAbortEventData(AbortReason reason) Creates an instance of aAbortEventDatarecord class.