Uses of Class
net.oauth.client.OAuthClient.ParameterStyle
-
Packages that use OAuthClient.ParameterStyle Package Description net.oauth net.oauth.client -
-
Uses of OAuthClient.ParameterStyle in net.oauth
Methods in net.oauth with parameters of type OAuthClient.ParameterStyle Modifier and Type Method Description HttpMessageOAuthMessage. toHttpRequest(OAuthClient.ParameterStyle style)Deprecated.use HttpMessage.newRequest -
Uses of OAuthClient.ParameterStyle in net.oauth.client
Methods in net.oauth.client that return OAuthClient.ParameterStyle Modifier and Type Method Description static OAuthClient.ParameterStyleOAuthClient.ParameterStyle. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static OAuthClient.ParameterStyle[]OAuthClient.ParameterStyle. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.oauth.client with parameters of type OAuthClient.ParameterStyle Modifier and Type Method Description OAuthResponseMessageOAuthClient. access(OAuthMessage request, OAuthClient.ParameterStyle style)Deprecated.OAuthMessageOAuthClient. invoke(OAuthMessage request, OAuthClient.ParameterStyle style)Deprecated.
-