Class Connection.ConnectionBuilder
java.lang.Object
com.amilesend.omdb.connection.Connection.ConnectionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()gsonFactory(@NonNull GsonFactory gsonFactory) httpClient(@NonNull okhttp3.OkHttpClient httpClient) toString()
-
Method Details
-
httpClient
- Parameters:
httpClient- the configured HTTP client- Returns:
this.
-
gsonFactory
- Parameters:
gsonFactory- the factory used to vend configured GSON instances for request/reply serialization- Returns:
this.
-
baseUrl
- Parameters:
baseUrl- the base URL to use for Graph API invocations- Returns:
this.
-
build
-
toString
-