| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.exits |
| Modifier and Type | Class and Description |
|---|---|
class |
PreExtensionResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
PreExtensionResponseWithBody |
PreExtensionQueryResponseBuilder.response()
Use this method in a BeforeQuery handler to return a response object in the event of a successful execution.
|
PreExtensionResponseWithBody |
PreExtensionResponseBuilderWithoutBody.response()
Use this method in a BeforeQuery, BeforeRead, or a BeforeDelete handler to return a response object in the event of a successful execution.
|
PreExtensionResponseWithBody |
PreExtensionResponseBuilderWithBody.response()
Use this method in a BeforeCreate or BeforeUpdate handler to return a response object in the event of a successful execution.
|
static PreExtensionResponseWithBody |
BeforeUpdateResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeUpdateResponse object and returns the same.
|
static PreExtensionResponseWithBody |
BeforeCreateResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeCreateResponse object and returns the same.
|
Copyright © 2020 SAP. All Rights Reserved.