public interface DynamicQuery
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryParameter(String paramName,
Object paramValue)
Adds the query parameter.
|
String |
getDescription()
Gets the description.
|
String |
getFexibleQuery()
Gets the fexible query.
|
String |
getLabel()
Gets the label.
|
Map<String,Object> |
getParameters()
Gets the parameters.
|
void |
removeQueryParameter(String paramName)
Removes the query parameter.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLabel(String label)
Sets the label.
|
String getLabel()
String getFexibleQuery()
String getDescription()
void addQueryParameter(String paramName, Object paramValue)
paramName - the param nameparamValue - the param valuevoid removeQueryParameter(String paramName)
paramName - the param namevoid setDescription(String description)
description - the new descriptionvoid setLabel(String label)
label - the new labelCopyright © 2017 SAP SE. All Rights Reserved.