@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetTokenByClientCredentialsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTokenByClientCredentialsRequest.Builder
Builds instances of type
GetTokenByClientCredentialsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetTokenByClientCredentialsRequest.Builder |
builder()
Creates a builder for
GetTokenByClientCredentialsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetTokenByClientCredentialsRequest that have equal attribute values. |
String |
getClientId()
The client identifier
|
String |
getClientSecret()
The client's secret passphrase
|
TokenFormat |
getTokenFormat()
The token format
|
int |
hashCode()
Computes a hash code from attributes:
clientId, clientSecret, tokenFormat. |
String |
toString()
Prints the immutable value
GetTokenByClientCredentialsRequest with attribute values. |
public String getClientId()
public String getClientSecret()
public TokenFormat getTokenFormat()
public boolean equals(Object another)
GetTokenByClientCredentialsRequest that have equal attribute values.public int hashCode()
clientId, clientSecret, tokenFormat.public String toString()
GetTokenByClientCredentialsRequest with attribute values.public static GetTokenByClientCredentialsRequest.Builder builder()
GetTokenByClientCredentialsRequest.
GetTokenByClientCredentialsRequest.builder()
.clientId(String) // required clientId
.clientSecret(String) // required clientSecret
.tokenFormat(org.cloudfoundry.uaa.tokens.TokenFormat | null) // nullable tokenFormat
.build();
Copyright © 2020. All rights reserved.