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() |
String |
getValueOfParameter(String key)
Gets the value of parameter.
|
String |
toString() |
public CatalogueEntityRequest()
public void addParameterToRequest(String key, String value)
key - the keyvalue - the valuepublic String getValueOfParameter(String key)
key - the keyCopyright © 2016. All Rights Reserved.