Uses of Enum Class
com.github.copilot.generated.CitationProvider
Packages that use CitationProvider
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of CitationProvider in com.github.copilot.generated
Subclasses with type arguments of type CitationProvider in com.github.copilot.generatedMethods in com.github.copilot.generated that return CitationProviderModifier and TypeMethodDescriptionstatic CitationProviderCitationSource.provider()Returns the value of theproviderrecord component.static CitationProviderReturns the enum constant of this class with the specified name.static CitationProvider[]CitationProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type CitationProviderModifierConstructorDescriptionCitationSource(String id, CitationProvider provider, String title, String url, String path) Creates an instance of aCitationSourcerecord class.