Uses of Enum Class
com.github.copilot.sdk.generated.ExtensionsLoadedExtensionSource
Packages that use ExtensionsLoadedExtensionSource
-
Uses of ExtensionsLoadedExtensionSource in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return ExtensionsLoadedExtensionSourceModifier and TypeMethodDescriptionExtensionsLoadedExtension.source()Returns the value of thesourcerecord component.Returns the enum constant of this class with the specified name.static ExtensionsLoadedExtensionSource[]ExtensionsLoadedExtensionSource.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 ExtensionsLoadedExtensionSourceModifierConstructorDescriptionExtensionsLoadedExtension(String id, String name, ExtensionsLoadedExtensionSource source, ExtensionsLoadedExtensionStatus status) Creates an instance of aExtensionsLoadedExtensionrecord class.