| Interface | Description |
|---|---|
| CreateResponseAccessor | |
| CreateResponseBuilder |
Provides the methods for creating a response, populating its header and content,
and enabling audit logging in the case of a successful create operation.
|
| DeleteResponseBuilder |
Provides the methods for creating a response, populating its header,
and enabling audit logging in the case of a successful delete operation.
|
| ErrorResponse |
Provides the method for creating a response builder in the case of a failed operation.
|
| ErrorResponseBuilder |
Provides the methods for creating an error response and populating its status
code, cause, and message, in the case of a failed operation.
|
| MediaReadResponseBuilder | |
| OperationResponseBuilder | |
| QueryResponseBuilder |
Provides the methods for creating a response, populating its header and content,
and enabling audit logging in the case of a successful query operation.
|
| ReadResponseAccessor | |
| ReadResponseBuilder |
Provides the methods for creating a response, populating its header and content,
and enabling audit logging in the case of a successful read operation.
|
| ResponseBuilder |
Allows you to manage a response builder for an operation.
|
| UpdateResponseAccessor | |
| UpdateResponseBuilder |
Provides the methods for creating a response, populating its header,
and enabling audit logging in the case of a successful update operation.
|
| Class | Description |
|---|---|
| CreateResponse |
Provides the methods for creating a response in the case of a successful or failed create operation.
|
| DeleteResponse |
Provides the methods for creating a response in the case of a successful or failed delete operation.
|
| DeleteResponseAccessor | |
| MediaReadResponse | |
| OperationResponse |
Provides the methods for creating a response in the case of a successful or failed operation.
|
| QueryResponse |
Provides the methods for creating a response in the case of a successful or failed query operation.
|
| QueryResponseAccessor | |
| ReadResponse |
Provides the methods for creating a response in the case of a successful or failed read operation.
|
| Response |
Allows you to manage a response for an operation.
|
| UpdateResponse |
Provides the methods for creating a response in the case of a successful or failed update operation.
|
Copyright © 2020 SAP. All Rights Reserved.