Uses of Enum Class
com.github.copilot.sdk.generated.rpc.InstructionsSourcesLocation
Packages that use InstructionsSourcesLocation
-
Uses of InstructionsSourcesLocation in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return InstructionsSourcesLocationModifier and TypeMethodDescriptionstatic InstructionsSourcesLocationInstructionsSources.location()Returns the value of thelocationrecord component.static InstructionsSourcesLocationReturns the enum constant of this class with the specified name.static InstructionsSourcesLocation[]InstructionsSourcesLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type InstructionsSourcesLocationModifierConstructorDescriptionInstructionsSources(String id, String label, String sourcePath, String content, InstructionsSourcesType type, InstructionsSourcesLocation location, String applyTo, String description) Creates an instance of aInstructionsSourcesrecord class.