Uses of Enum Class
com.github.copilot.generated.rpc.SessionsOpenStatus
Packages that use SessionsOpenStatus
-
Uses of SessionsOpenStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionsOpenStatus in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return SessionsOpenStatusModifier and TypeMethodDescriptionstatic SessionsOpenStatusSessionsOpenResult.status()Returns the value of thestatusrecord component.static SessionsOpenStatusReturns the enum constant of this class with the specified name.static SessionsOpenStatus[]SessionsOpenStatus.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 SessionsOpenStatusModifierConstructorDescriptionSessionsOpenResult(SessionsOpenStatus status, String sessionId, Object sessionApi, List<String> startupPrompts, String remoteSessionId, RemoteSessionMetadataValue metadata, List<SessionsOpenProgress> progress) Creates an instance of aSessionsOpenResultrecord class.