Uses of Record Class
com.qtsurfer.api.sdk.SweepRequest
Packages that use SweepRequest
-
Uses of SweepRequest in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepRequestMethods in com.qtsurfer.api.sdk with parameters of type SweepRequestModifier and TypeMethodDescriptionQTSurfer.sweep(SweepRequest request) Equivalent toQTSurfer.sweep(SweepRequest, SweepOptions)withSweepOptions.defaults().QTSurfer.sweep(SweepRequest request, SweepOptions options) Run the full compile → prepare → executeSweep pipeline and resolve once the platform has accepted the sweep, handing back aSweepthat keeps polling the leaderboard in the background. -
Uses of SweepRequest in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth with parameters of type SweepRequestModifier and TypeMethodDescriptionAuthenticatedClient.sweep(SweepRequest request) Equivalent toAuthenticatedClient.sweep(SweepRequest, SweepOptions)withSweepOptions.defaults().AuthenticatedClient.sweep(SweepRequest request, SweepOptions opts) Run the full compile → prepare → executeSweep pipeline and resolve once the platform has accepted the sweep, handing back aSweepthat keeps polling the leaderboard in the background. -
Uses of SweepRequest in com.qtsurfer.api.sdk.workflows
Methods in com.qtsurfer.api.sdk.workflows with parameters of type SweepRequestModifier and TypeMethodDescriptionSweepWorkflow.submit(SweepRequest req, SweepOptions opts) Compile, prepare, and submit the sweep.