Uses of Enum Class
com.github.copilot.generated.rpc.DiscoveredExtensionSource
Packages that use DiscoveredExtensionSource
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DiscoveredExtensionSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type DiscoveredExtensionSource in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumPersisted extension discovery sourceMethods in com.github.copilot.generated.rpc that return DiscoveredExtensionSourceModifier and TypeMethodDescriptionstatic DiscoveredExtensionSourceDiscoveredExtension.source()Returns the value of thesourcerecord component.static DiscoveredExtensionSourceReturns the enum constant of this class with the specified name.static DiscoveredExtensionSource[]DiscoveredExtensionSource.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 DiscoveredExtensionSourceModifierConstructorDescriptionDiscoveredExtension(String id, String name, String path, DiscoveredExtensionSource source, Boolean enabled, DiscoveredExtensionPlugin plugin) Creates an instance of aDiscoveredExtensionrecord class.