Package com.mindee.http
Class MindeeHttpApiV2.MindeeHttpApiV2Builder
- java.lang.Object
-
- com.mindee.http.MindeeHttpApiV2.MindeeHttpApiV2Builder
-
- Enclosing class:
- MindeeHttpApiV2
public static class MindeeHttpApiV2.MindeeHttpApiV2Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MindeeHttpApiV2build()MindeeHttpApiV2.MindeeHttpApiV2BuilderhttpClientBuilder(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)MindeeHttpApiV2.MindeeHttpApiV2BuildermindeeSettings(MindeeSettingsV2 mindeeSettings)StringtoString()
-
-
-
Method Detail
-
mindeeSettings
public MindeeHttpApiV2.MindeeHttpApiV2Builder mindeeSettings(MindeeSettingsV2 mindeeSettings)
- Returns:
this.
-
httpClientBuilder
public MindeeHttpApiV2.MindeeHttpApiV2Builder httpClientBuilder(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
- Returns:
this.
-
build
public MindeeHttpApiV2 build()
-
-