| Class | Description |
|---|---|
| APIErrorObject |
APIErrorObject contains details about the encountered error while invoking an API call.
|
| APIErrorResponse |
APIErrorResponse contains a list of errors encountered during an API
invocation, a timestamp of when the error occurred, status, error, exception,
message, patha and id.
|
| ApiInvoker | |
| CommonUtil | |
| ErrorObject | |
| Identification |
Identification
|
| InvokerConfig |
InvokerConfig is internally used to set restClientConfig, credentials and restTemplate to invoke an API end-point
|
| MindsphereAPIClient |
MindsphereAPIClient model is a base model for all API clients.
|
| MindsphereAPIClient.Builder<T extends MindsphereAPIClient.Builder<T>> | |
| MindsphereCredentials |
MindsphereCredentials contains details required to fetch a valid token and
fetched token
|
| MindsphereCredentials.AppCredentialsBuilder |
Builder class to build MindsphereCredentials with app credential.
|
| MindsphereCredentials.Builder |
Builder class to build MindsphereCredentials with user token or tenant credentials.
|
| MindsphereCredentials.TenantCredentialsBuilder |
Builder class to build MindsphereCredentials with Tenant credential.
|
| MindsphereCredentials.UserTokenBuilder |
Builder class to build MindsphereCredentials with User token credential.
|
| PropertyUtil |
PropertyUtil is internally used to fetch sdk properties
|
| RestClientConfig | |
| RestClientConfig.Builder | |
| RestClientUtil |
RestClientUtil is internally used to get HttpEntity,
HttpComponentsClientHttpRequestFactory required to invoke an API end-point.
|
| UnAuthorisedErrorResponse |
UnAuthorisedErrorResponse is internally used to represent the UnAuthorised Error
encountered during an API end-point invocation.
|
| Enum | Description |
|---|---|
| ApiInvoker.CollectionFormat | |
| CoreCustomizationKeys | |
| Identification.GrantTypeEnum |
Value MUST be set to \"client_credentials\".
|