Uses of Class
com.mindee.http.MindeeHttpApi.MindeeHttpApiBuilder
-
Packages that use MindeeHttpApi.MindeeHttpApiBuilder Package Description com.mindee.http -
-
Uses of MindeeHttpApi.MindeeHttpApiBuilder in com.mindee.http
Methods in com.mindee.http that return MindeeHttpApi.MindeeHttpApiBuilder Modifier and Type Method Description MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. asyncUrlFromEndpoint(Function<Endpoint,String> asyncUrlFromEndpoint)
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. asyncUrlFromWorkflow(Function<String,String> asyncUrlFromWorkflow)
static MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi. builder()
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. documentUrlFromEndpoint(Function<Endpoint,String> documentUrlFromEndpoint)
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. httpClientBuilder(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. mindeeSettings(MindeeSettings mindeeSettings)
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. urlFromEndpoint(Function<Endpoint,String> urlFromEndpoint)
MindeeHttpApi.MindeeHttpApiBuilder
MindeeHttpApi.MindeeHttpApiBuilder. workflowUrlFromEndpoint(Function<String,String> workflowUrlFromEndpoint)
-