Indico Config
//indico-client-java/com.indico/IndicoConfig
# IndicoConfig
\[jvm]\
open class IndicoConfig
Use the builder to modify the config and pass this object to the IndicoClient constructor
## Types
| Name | Summary |
| ------- | ---------------------------- |
| Builder | \[jvm]<br>open class Builder |
## Properties
| Name | Summary |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------- |
| apiToken | \[jvm]<br>val apiToken: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html) |
| connectionReadTimeout | \[jvm]<br>val connectionReadTimeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| connectionWriteTimeout | \[jvm]<br>val connectionWriteTimeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| connectTimeout | \[jvm]<br>val connectTimeout: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| host | \[jvm]<br>val host: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html) |
| maxConnections | \[jvm]<br>val maxConnections: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| maxRetries | \[jvm]<br>val maxRetries: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) |
| protocol | \[jvm]<br>val protocol: [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html) |
## Functions
| Name | Summary |
| ------------- | ------------------------------------------------------------------------------------------------------------- |
| getAppBaseUrl | \[jvm]<br>open fun getAppBaseUrl(): [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html) |
Updated 5 days ago