Interface IUserPortalRestClientConfig

All Superinterfaces:
Serializable

public interface IUserPortalRestClientConfig extends Serializable
Configuration for the user portal REST API client.
Since:
8.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the connection timeout for HTTP requests made by API calls.
    Gets the read timeout for HTTP requests made by API calls.
    Gets the temporary directory to store files in.
    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.