Uses of Enum Class
com.github.copilot.rpc.CopilotClientMode
Packages that use CopilotClientMode
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CopilotClientMode in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CopilotClientModeModifier and TypeMethodDescriptionCopilotClientOptions.getMode()Gets the SDK defaulting strategy.static CopilotClientModeReturns the enum constant of this class with the specified name.static CopilotClientMode[]CopilotClientMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.rpc with parameters of type CopilotClientModeModifier and TypeMethodDescriptionCopilotClientOptions.setMode(CopilotClientMode mode) Sets the SDK defaulting strategy.