public interface OAuthRequest
Modifier and Type | Method and Description |
---|---|
void |
addBodyParameter(String key,
String value) |
String |
getURL() |
Verb |
getVerb() |
Object |
getWrappedOAuthRequest() |
OAuthResponse |
send() |
void addBodyParameter(String key, String value)
String getURL()
Verb getVerb()
Object getWrappedOAuthRequest()
OAuthResponse send() throws OAuthException
OAuthException