Uses of Enum Class
com.github.copilot.generated.rpc.AbortReason
Packages that use AbortReason
-
Uses of AbortReason in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return AbortReasonModifier and TypeMethodDescriptionstatic AbortReasonSessionAbortParams.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.rpc with parameters of type AbortReasonModifierConstructorDescriptionSessionAbortParams(String sessionId, AbortReason reason) Creates an instance of aSessionAbortParamsrecord class.