| 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.
|
| ApiInvocationConfiguration |
Internally used class containing all the API configurations available.
|
| ApiSpecification |
Internally used class containing all the API specifications available.
|
| ErrorObject | |
| GenericRequestBody |
Internally used class containing the API configuration, request body, headers required to invoke an API end-point.
|
| HeaderInfo |
Internally used class containing the acceptType, contentType and other request headers required to make API end-point invocation.
|
| InputParam |
InputParam is an internally used class to set path parameters, query parameters and other parameters required for an API end-point invocation
|
| MindsphereInvokerConfig |
MindsphereInvokerConfig is internally used to set restClientConfig, credentials and restTemplate to invoke an API end-point
|
| MindsphereInvokerResponse |
MindsphereInvokerResponse is internally used to represent the API end-point response.
|
| UnAuthorisedErrorResponse |
UnAuthorisedErrorResponse is internally used to represent the UnAuthorised Error encountered during an API end-point invocation.
|