public static class OAuthRequest.Builder extends Object
| Constructor and Description |
|---|
OAuthRequest.Builder() |
| Modifier and Type | Method and Description |
|---|---|
OAuthRequest |
build() |
OAuthRequest.Builder |
withAuthUrl(String authUrl) |
OAuthRequest.Builder |
withAuthUrl(URL authUrl) |
OAuthRequest.Builder |
withNamespace(com.metabroadcast.common.social.model.UserRef.UserNamespace namespace) |
OAuthRequest.Builder |
withSecret(String secret) |
OAuthRequest.Builder |
withToken(String token) |
public OAuthRequest.Builder withAuthUrl(URL authUrl)
public OAuthRequest.Builder withNamespace(com.metabroadcast.common.social.model.UserRef.UserNamespace namespace)
public OAuthRequest.Builder withToken(String token)
public OAuthRequest.Builder withSecret(String secret)
public OAuthRequest.Builder withAuthUrl(String authUrl) throws MalformedURLException
MalformedURLExceptionpublic OAuthRequest build()
Copyright © 2014. All rights reserved.