Uses of Enum Class
com.github.copilot.generated.rpc.SessionMode
Packages that use SessionMode
-
Uses of SessionMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionMode in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return SessionModeModifier and TypeMethodDescriptionstatic SessionModeSlashCommandAgentPromptResult.getMode()SessionModeSetParams.mode()Returns the value of themoderecord component.static SessionModeReturns the enum constant of this class with the specified name.static SessionMode[]SessionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.generated.rpc that return types with arguments of type SessionModeMethods in com.github.copilot.generated.rpc with parameters of type SessionModeConstructors in com.github.copilot.generated.rpc with parameters of type SessionModeModifierConstructorDescriptionSessionModeSetParams(String sessionId, SessionMode mode) Creates an instance of aSessionModeSetParamsrecord class.