Uses of Enum Class
com.qtsurfer.api.sdk.SweepRanking
Packages that use SweepRanking
-
Uses of SweepRanking in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepRankingModifier and TypeMethodDescriptionSweepOptions.ranking()Returns the value of therankingrecord component.static SweepRankingReturns the enum constant of this class with the specified name.static SweepRanking[]SweepRanking.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 SweepRankingModifier and TypeMethodDescriptioncom.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.ranking(SweepRanking ranking) How to order the leaderboard;nulltakes the platform default.com.qtsurfer.api.client.model.ExecuteSweepResultSweep.results(SweepOrder order, SweepRanking ranking) Deprecated.Constructors in com.qtsurfer.api.sdk with parameters of type SweepRankingModifierConstructorDescriptionSweepOptions(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 SweepRankingModifierConstructorDescriptionSweep(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, SweepRanking).