Package ai.fal.client.queue
Class QueueResultOptions<O>
java.lang.Object
ai.fal.client.queue.QueueResultOptions<O>
- All Implemented Interfaces:
ApiOptions<O>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueueResultOptions
<com.google.gson.JsonObject> withRequestId
(String requestId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ai.fal.client.ApiOptions
getInput, getResultType
-
Constructor Details
-
QueueResultOptions
public QueueResultOptions()
-
-
Method Details
-
getHttpMethod
- Specified by:
getHttpMethod
in interfaceApiOptions<O>
-
withRequestId
@Nonnull public static QueueResultOptions<com.google.gson.JsonObject> withRequestId(@Nonnull String requestId)
-