Uses of Enum Class
com.qtsurfer.api.client.model.LiveRunSummary.StageEnum
Packages that use LiveRunSummary.StageEnum
-
Uses of LiveRunSummary.StageEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveRunSummary.StageEnumModifier and TypeMethodDescriptionstatic LiveRunSummary.StageEnumLiveRunSummary.getStage()A new run always starts `SANDBOX` — a trial run compared against a second execution for agreement — and moves to `LIVE` once it passes.static LiveRunSummary.StageEnumReturns the enum constant of this class with the specified name.static LiveRunSummary.StageEnum[]LiveRunSummary.StageEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type LiveRunSummary.StageEnumModifier and TypeMethodDescriptionvoidLiveRunSummary.setStage(LiveRunSummary.StageEnum stage) LiveRunSummary.stage(LiveRunSummary.StageEnum stage)