Uses of Enum Class
com.github.copilot.generated.rpc.SendMode
Packages that use SendMode
-
Uses of SendMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return SendModeModifier and TypeMethodDescriptionstatic SendModeSessionSendParams.mode()Returns the value of themoderecord component.static SendModeReturns the enum constant of this class with the specified name.static SendMode[]SendMode.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 SendModeModifierConstructorDescriptionSessionSendParams(String sessionId, String prompt, String displayPrompt, List<Object> attachments, SendMode mode, Boolean prepend, Boolean billable, String requiredTool, Object source, SendAgentMode agentMode, Map<String, String> requestHeaders, String traceparent, String tracestate, Boolean wait_) Creates an instance of aSessionSendParamsrecord class.