Uses of Enum Class
com.qtsurfer.api.sdk.SweepOrder
Packages that use SweepOrder
-
Uses of SweepOrder in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepOrderModifier and TypeMethodDescriptionSweepOptions.order()Returns the value of theorderrecord component.static SweepOrderReturns the enum constant of this class with the specified name.static SweepOrder[]SweepOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.sdk with parameters of type SweepOrderModifier and TypeMethodDescriptioncom.qtsurfer.api.client.model.ExecuteSweepResultSweep.getResults(SweepOrder order) Re-read this sweep's leaderboard in a different view.com.qtsurfer.api.client.model.ExecuteSweepResultSweep.getResults(SweepOrder order, SweepRanking ranking) Re-read this sweep's leaderboard in a different view, without re-running anything.SweepOptions.Builder.order(SweepOrder order) Which view of the rows to read;nulltakes the platform default (RANKED).com.qtsurfer.api.client.model.ExecuteSweepResultSweep.results(SweepOrder order) Deprecated.com.qtsurfer.api.client.model.ExecuteSweepResultSweep.results(SweepOrder order, SweepRanking ranking) Deprecated.Constructors in com.qtsurfer.api.sdk with parameters of type SweepOrderModifierConstructorDescriptionSweepOptions(Consumer<SweepProgressEvent> onProgress, Duration pollInterval, Duration maxPollInterval, Duration timeout, SweepRanking ranking, SweepOrder order) Fills in the default poll intervals when either is leftnull.Constructor parameters in com.qtsurfer.api.sdk with type arguments of type SweepOrderModifierConstructorDescriptionSweep(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.getResults(SweepOrder).