Package ai.fal.client
Class SubscribeOptions<O>
java.lang.Object
ai.fal.client.SubscribeOptions<O>
- All Implemented Interfaces:
ApiOptions<O>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SubscribeOptions
<com.google.gson.JsonObject> static <O> SubscribeOptions
<O> 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
-
SubscribeOptions
public SubscribeOptions()
-
-
Method Details
-
getHttpMethod
- Specified by:
getHttpMethod
in interfaceApiOptions<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)
-