Uses of Enum Class
com.qtsurfer.api.sdk.Sweep.State
Packages that use Sweep.State
-
Uses of Sweep.State in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return Sweep.StateModifier and TypeMethodDescriptionSweep.getState()Local snapshot of the sweep lifecycle; does not itself contact the server.Sweep.state()Deprecated.static Sweep.StateReturns the enum constant of this class with the specified name.static Sweep.State[]Sweep.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.qtsurfer.api.sdk with type arguments of type Sweep.StateModifierConstructorDescriptionSweep(com.qtsurfer.api.client.model.ExecuteSweepAccepted accepted, String requestId, String strategyId, CompletableFuture<com.qtsurfer.api.client.model.ExecuteSweepResult> result, Flow.Publisher<SweepProgressEvent> progress, AtomicReference<Sweep.State> state, Runnable cancelHook, BiFunction<SweepOrder, SweepRanking, com.qtsurfer.api.client.model.ExecuteSweepResult> resultsReader, Function<SweepObjective, com.qtsurfer.api.client.model.SweepSensitivity> sensitivityReader) Internal constructor used by the SDK workflow; not part of the public contract.
Sweep.getState().