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