public interface Endpoint
| Modifier and Type | Method and Description |
|---|---|
void |
addPostParameter(String param,
String value) |
void |
addQueryParameter(String param,
String value) |
String |
getHttpMethod() |
String |
getPostParamString()
Returns the string format of the post parameters for this endpoint, if applicable
|
String |
getQueryParamString() |
String |
getURI() |
void |
removePostParameter(String param) |
void |
removeQueryParameter(String param) |
String getURI()
String getHttpMethod()
String getPostParamString()
void removePostParameter(String param)
String getQueryParamString()
void removeQueryParameter(String param)
Copyright © 2014. All Rights Reserved.