Uses of Class
net.oauth.ParameterStyle
-
Packages that use ParameterStyle Package Description net.oauth net.oauth.client net.oauth.http -
-
Uses of ParameterStyle in net.oauth
Methods in net.oauth that return ParameterStyle Modifier and Type Method Description static ParameterStyleParameterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterStyle[]ParameterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParameterStyle in net.oauth.client
Methods in net.oauth.client that return ParameterStyle Modifier and Type Method Description ParameterStyleOAuthClient.ParameterStyle. getReplacement()Deprecated.Methods in net.oauth.client with parameters of type ParameterStyle Modifier and Type Method Description OAuthResponseMessageOAuthClient. access(OAuthMessage request, ParameterStyle style)Send a request and return the response.OAuthMessageOAuthClient. invoke(OAuthMessage request, ParameterStyle style)Send a request message to the service provider and get the response. -
Uses of ParameterStyle in net.oauth.http
Methods in net.oauth.http with parameters of type ParameterStyle Modifier and Type Method Description static HttpMessageHttpMessage. newRequest(OAuthMessage from, ParameterStyle style)Construct an HTTP request from this OAuth message.
-