public class PreExtensionQueryResponseBuilder extends PreExtensionResponseBuilderWithoutBody
| Constructor and Description |
|---|
PreExtensionQueryResponseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PreExtensionResponseWithBody |
response()
Use this method in a BeforeQuery handler to return a response object in the event of a successful execution.
|
PreExtensionQueryResponseBuilder |
setExpression(Expression expression)
Use this method to add the modified FilterExpression of the current Query request represented as an Expression object.
|
public PreExtensionResponseWithBody response()
response in class PreExtensionResponseBuilderWithoutBodypublic PreExtensionQueryResponseBuilder setExpression(Expression expression)
expression - the Expression object that represents the modified Filter expression.Copyright © 2020 SAP. All Rights Reserved.