public static class OAuthMigrationRequest.OAuthMigrationRequestBuilder extends Object
| Constructor and Description |
|---|
OAuthMigrationRequestBuilder(Environment environment,
Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
accessSecret(String accessSecret) |
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
accessToken(String accessToken) |
OAuthMigrationRequest |
build() |
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
consumerKey(String consumerKey) |
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
consumerSecret(String consumerSecret) |
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
oAuth2Config(OAuth2Config oAuth2Config) |
OAuthMigrationRequest.OAuthMigrationRequestBuilder |
redirectUri(String redirectUri) |
public OAuthMigrationRequestBuilder(Environment environment, Scope scope)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder consumerKey(String consumerKey)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder consumerSecret(String consumerSecret)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder accessToken(String accessToken)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder accessSecret(String accessSecret)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder oAuth2Config(OAuth2Config oAuth2Config)
public OAuthMigrationRequest.OAuthMigrationRequestBuilder redirectUri(String redirectUri)
public OAuthMigrationRequest build()
Copyright © 2025. All Rights Reserved.