Interface IUserPortalRestClientConfig
-
- All Superinterfaces:
Serializable
public interface IUserPortalRestClientConfig extends Serializable
Configuration for the user portal REST API client.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Duration
connectTimeout()
Gets the connection timeout for HTTP requests made by API calls.Duration
readTimeout()
Gets the read timeout for HTTP requests made by API calls.String
tempDir()
Gets the temporary directory to store files in.String
url()
Gets the base URL of the user portal REST API.
-
-
-
Method Detail
-
connectTimeout
Duration connectTimeout()
Gets the connection timeout for HTTP requests made by API calls.- Returns:
- The connection timeout.
-
readTimeout
Duration readTimeout()
Gets the read timeout for HTTP requests made by API calls.- Returns:
- The read timeout.
-
tempDir
String tempDir()
Gets the temporary directory to store files in.- Returns:
- The temporary directory.
-
url
String url()
Gets the base URL of the user portal REST API.- Returns:
- The base URL.
-
-