Uses of Enum Class
com.github.copilot.generated.rpc.QueuePendingItemsKind
Packages that use QueuePendingItemsKind
-
Uses of QueuePendingItemsKind in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return QueuePendingItemsKindModifier and TypeMethodDescriptionstatic QueuePendingItemsKindQueuePendingItems.kind()Returns the value of thekindrecord component.static QueuePendingItemsKindReturns the enum constant of this class with the specified name.static QueuePendingItemsKind[]QueuePendingItemsKind.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 QueuePendingItemsKindModifierConstructorDescriptionQueuePendingItems(QueuePendingItemsKind kind, String displayText) Creates an instance of aQueuePendingItemsrecord class.