Uses of Enum Class
com.github.copilot.generated.rpc.InstructionSourceType
Packages that use InstructionSourceType
-
Uses of InstructionSourceType in com.github.copilot.generated.rpc
Subclasses with type arguments of type InstructionSourceType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCategory of instruction source — used for merge logicMethods in com.github.copilot.generated.rpc that return InstructionSourceTypeModifier and TypeMethodDescriptionstatic InstructionSourceTypeInstructionSource.type()Returns the value of thetyperecord component.static InstructionSourceTypeReturns the enum constant of this class with the specified name.static InstructionSourceType[]InstructionSourceType.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 InstructionSourceTypeModifierConstructorDescriptionInstructionSource(String id, String label, String sourcePath, String content, InstructionSourceType type, InstructionSourceLocation location, List<String> applyTo, String description, Boolean defaultDisabled, String projectPath) Creates an instance of aInstructionSourcerecord class.