public class CatalogueEntityRequest extends Object
| Constructor and Description |
|---|
CatalogueEntityRequest()
Instantiates a new catalogue entity request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterToRequest(String key,
String value)
Adds the parameter to request.
|
Map<String,String> |
getParameters()
Gets the parameters.
|
String |
getValueOfParameter(String key)
Gets the value of parameter.
|
void |
removeParameterToRequest(String key)
Removes the parameter to request.
|
String |
toString() |
public CatalogueEntityRequest()
public void addParameterToRequest(String key, String value)
key - the keyvalue - the valuepublic void removeParameterToRequest(String key)
key - the keypublic String getValueOfParameter(String key)
key - the keyCopyright © 2017. All Rights Reserved.