JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
de.xima.fc.user_portal.api.config
IUserPortalRestClientConfig
Contents
Description
Method Summary
Method Details
connectTimeout()
readTimeout()
tempDir()
url()
Hide sidebar
Show sidebar
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 Details
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.