Sets the base URL for the MAS suite. This will be used as the default base URL for all sub-clients.
The base URL
Configures authentication using an API key. This API key will be used for all clients that support it.
The API key
Configures SSL settings.
True to enable SSL
Configures whether to reject unauthorized certificates.
True to reject, false to allow
Sets the CA certificate content for all clients.
The CA certificate content
Sets the path to the CA certificate file for all clients.
The path to the CA certificate file
Enables or disables automatic certificate extraction for all clients.
True to enable auto extraction
Sets the request timeout for all clients.
Timeout in milliseconds
Sets the authentication type for the Manage client.
The authentication type
Sets the API home path for the Manage client.
The API home (OSLC, API, REST)
Configures the Manage (OSLC/REST) client.
A function that receives a MaximoClientBuilder to configure the Manage client.
Configures the Tools API client.
A function that receives a MaximoToolsClientBuilder to configure the Tools client.
Builder for creating MASClient instances. Allows configuring common settings for all sub-clients (Manage, Tools, etc.) and specific settings for each.