Uses of Enum Class
com.github.copilot.generated.rpc.InstructionDiscoveryPathLocation
Packages that use InstructionDiscoveryPathLocation
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of InstructionDiscoveryPathLocation in com.github.copilot.generated.rpc
Subclasses with type arguments of type InstructionDiscoveryPathLocation in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhich tier this target belongs toMethods in com.github.copilot.generated.rpc that return InstructionDiscoveryPathLocationModifier and TypeMethodDescriptionInstructionDiscoveryPath.location()Returns the value of thelocationrecord component.Returns the enum constant of this class with the specified name.static InstructionDiscoveryPathLocation[]InstructionDiscoveryPathLocation.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 InstructionDiscoveryPathLocationModifierConstructorDescriptionInstructionDiscoveryPath(String path, InstructionDiscoveryPathLocation location, InstructionDiscoveryPathKind kind, Boolean preferredForCreation, String projectPath) Creates an instance of aInstructionDiscoveryPathrecord class.