@Generated(value={"Immutables.generator","_GetTokenByAuthorizationCodeRequest"}) public final class GetTokenByAuthorizationCodeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByAuthorizationCodeRequest.Builder
Builds instances of type
GetTokenByAuthorizationCodeRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByAuthorizationCodeRequest.Builder |
builder()
Creates a builder for
GetTokenByAuthorizationCodeRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByAuthorizationCodeRequest that have equal attribute values. |
String |
getAuthorizationCode()
The authorization code
|
String |
getClientId()
The client identifier
|
String |
getClientSecret()
The client's secret passphrase
|
String |
getRedirectUri()
The redirection URI
|
TokenFormat |
getTokenFormat()
The token format
|
int |
hashCode()
Computes a hash code from attributes:
authorizationCode, clientId, clientSecret, redirectUri, tokenFormat. |
String |
toString()
Prints the immutable value
GetTokenByAuthorizationCodeRequest with attribute values. |
public String getAuthorizationCode()
public String getClientId()
public String getClientSecret()
public String getRedirectUri()
public TokenFormat getTokenFormat()
public boolean equals(Object another)
GetTokenByAuthorizationCodeRequest that have equal attribute values.public int hashCode()
authorizationCode, clientId, clientSecret, redirectUri, tokenFormat.public String toString()
GetTokenByAuthorizationCodeRequest with attribute values.public static GetTokenByAuthorizationCodeRequest.Builder builder()
GetTokenByAuthorizationCodeRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.