public interface BeforeDeleteResponse
| Modifier and Type | Method and Description |
|---|---|
static PreExtensionResponseWithoutBody |
setError(ErrorResponse errorResponse)
Populates error in a BeforeDeleteResponse object and returns the same.
|
static PreExtensionResponseBuilderWithoutBody |
setSuccess()
Returns a response builder to create a response when the BeforeDelete handler executes successfully.
|
static PreExtensionResponseWithoutBody setError(ErrorResponse errorResponse)
errorResponse - An ErrorResponse object containing the error message and status codeBeforeDeleteResponse object containing the errorstatic PreExtensionResponseBuilderWithoutBody setSuccess()
Copyright © 2020 SAP. All Rights Reserved.