Package ai.fal.client
Class SubscribeOptions<O>
java.lang.Object
ai.fal.client.SubscribeOptions<O>
- All Implemented Interfaces:
- ApiOptions<O>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SubscribeOptions<com.google.gson.JsonObject> static <O> SubscribeOptions<O> 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- 
SubscribeOptionspublic SubscribeOptions()
 
- 
- 
Method Details- 
getHttpMethod- Specified by:
- getHttpMethodin interface- ApiOptions<O>
 
- 
withInput@Nonnull public static SubscribeOptions<com.google.gson.JsonObject> withInput(@Nonnull Object input) 
- 
withInput@Nonnull public static <O> SubscribeOptions<O> withInput(@Nonnull Object input, @Nullable Class<O> resultType) 
 
-