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