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