Uses of Enum Class
com.github.copilot.sdk.generated.rpc.InstructionsSourcesType
Packages that use InstructionsSourcesType
-
Uses of InstructionsSourcesType in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return InstructionsSourcesTypeModifier and TypeMethodDescriptionstatic InstructionsSourcesTypeInstructionsSources.type()Returns the value of thetyperecord component.static InstructionsSourcesTypeReturns the enum constant of this class with the specified name.static InstructionsSourcesType[]InstructionsSourcesType.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 InstructionsSourcesTypeModifierConstructorDescriptionInstructionsSources(String id, String label, String sourcePath, String content, InstructionsSourcesType type, InstructionsSourcesLocation location, String applyTo, String description) Creates an instance of aInstructionsSourcesrecord class.