Package com.mindee.http
Class MindeeHttpApi.MindeeHttpApiBuilder
- java.lang.Object
-
- com.mindee.http.MindeeHttpApi.MindeeHttpApiBuilder
-
- Enclosing class:
- MindeeHttpApi
public static class MindeeHttpApi.MindeeHttpApiBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MindeeHttpApi.MindeeHttpApiBuilder
asyncUrlFromEndpoint(Function<Endpoint,String> asyncUrlFromEndpoint)
MindeeHttpApi
build()
MindeeHttpApi.MindeeHttpApiBuilder
documentUrlFromEndpoint(Function<Endpoint,String> documentUrlFromEndpoint)
MindeeHttpApi.MindeeHttpApiBuilder
httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
MindeeHttpApi.MindeeHttpApiBuilder
mindeeSettings(MindeeSettings mindeeSettings)
String
toString()
MindeeHttpApi.MindeeHttpApiBuilder
urlFromEndpoint(Function<Endpoint,String> urlFromEndpoint)
MindeeHttpApi.MindeeHttpApiBuilder
workflowUrlFromEndpoint(Function<String,String> workflowUrlFromEndpoint)
-
-
-
Method Detail
-
mindeeSettings
public MindeeHttpApi.MindeeHttpApiBuilder mindeeSettings(MindeeSettings mindeeSettings)
- Returns:
this
.
-
httpClientBuilder
public MindeeHttpApi.MindeeHttpApiBuilder httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
- Returns:
this
.
-
urlFromEndpoint
public MindeeHttpApi.MindeeHttpApiBuilder urlFromEndpoint(Function<Endpoint,String> urlFromEndpoint)
- Returns:
this
.
-
asyncUrlFromEndpoint
public MindeeHttpApi.MindeeHttpApiBuilder asyncUrlFromEndpoint(Function<Endpoint,String> asyncUrlFromEndpoint)
- Returns:
this
.
-
documentUrlFromEndpoint
public MindeeHttpApi.MindeeHttpApiBuilder documentUrlFromEndpoint(Function<Endpoint,String> documentUrlFromEndpoint)
- Returns:
this
.
-
workflowUrlFromEndpoint
public MindeeHttpApi.MindeeHttpApiBuilder workflowUrlFromEndpoint(Function<String,String> workflowUrlFromEndpoint)
- Returns:
this
.
-
build
public MindeeHttpApi build()
-
-