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