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