Uses of Enum Class
com.github.copilot.generated.rpc.SessionsOpenProgressStatus
Packages that use SessionsOpenProgressStatus
-
Uses of SessionsOpenProgressStatus in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionsOpenProgressStatus in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return SessionsOpenProgressStatusModifier and TypeMethodDescriptionstatic SessionsOpenProgressStatusSessionsOpenProgress.status()Returns the value of thestatusrecord component.static SessionsOpenProgressStatusReturns the enum constant of this class with the specified name.static SessionsOpenProgressStatus[]SessionsOpenProgressStatus.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 SessionsOpenProgressStatusModifierConstructorDescriptionSessionsOpenProgress(SessionsOpenProgressStep step, SessionsOpenProgressStatus status, String message) Creates an instance of aSessionsOpenProgressrecord class.