Uses of Enum Class
com.github.copilot.sdk.generated.rpc.RemoteSessionMode
Packages that use RemoteSessionMode
-
Uses of RemoteSessionMode in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return RemoteSessionModeModifier and TypeMethodDescriptionstatic RemoteSessionModeSessionRemoteEnableParams.mode()Returns the value of themoderecord component.static RemoteSessionModeReturns the enum constant of this class with the specified name.static RemoteSessionMode[]RemoteSessionMode.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 RemoteSessionModeModifierConstructorDescriptionSessionRemoteEnableParams(String sessionId, RemoteSessionMode mode) Creates an instance of aSessionRemoteEnableParamsrecord class.