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