Uses of Enum Class
com.github.copilot.generated.rpc.UISessionLimitsExhaustedResponseAction
Packages that use UISessionLimitsExhaustedResponseAction
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of UISessionLimitsExhaustedResponseAction in com.github.copilot.generated.rpc
Subclasses with type arguments of type UISessionLimitsExhaustedResponseAction in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumUser action selected for an exhausted session limit.Methods in com.github.copilot.generated.rpc that return UISessionLimitsExhaustedResponseActionModifier and TypeMethodDescriptionUISessionLimitsExhaustedResponse.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.UISessionLimitsExhaustedResponseAction.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 UISessionLimitsExhaustedResponseActionModifierConstructorDescriptionUISessionLimitsExhaustedResponse(UISessionLimitsExhaustedResponseAction action, Double additionalAiCredits, Double maxAiCredits) Creates an instance of aUISessionLimitsExhaustedResponserecord class.