public static class PostOAuth2Revoke.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
clientSecret |
protected String |
token |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PostOAuth2Revoke |
build() |
PostOAuth2Revoke.Builder |
clientId(String clientId) |
PostOAuth2Revoke.Builder |
clientSecret(String clientSecret) |
PostOAuth2Revoke.Builder |
token(String token) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String clientSecret
public Builder()
public PostOAuth2Revoke.Builder clientId(String clientId)
public PostOAuth2Revoke.Builder clientSecret(String clientSecret)
public PostOAuth2Revoke.Builder token(String token)
public PostOAuth2Revoke build()