@Generated(value="org.immutables.processor.ProxyProcessor") public final class AuthorizeByAuthorizationCodeGrantApiRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizeByAuthorizationCodeGrantApiRequest.Builder
Builds instances of type
AuthorizeByAuthorizationCodeGrantApiRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizeByAuthorizationCodeGrantApiRequest.Builder |
builder()
Creates a builder for
AuthorizeByAuthorizationCodeGrantApiRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuthorizeByAuthorizationCodeGrantApiRequest that have equal attribute values. |
String |
getClientId()
A unique string representing the registration information provided by the client
|
String |
getRedirectUri()
Redirection URI to which the authorization server will send the user-agent back once access is granted (or denied), optional if pre-registered by the client
|
String |
getState()
Any random string to be returned in the Location header as a query parameter, used to achieve per-request customization
|
int |
hashCode()
Computes a hash code from attributes:
clientId, redirectUri, state. |
String |
toString()
Prints the immutable value
AuthorizeByAuthorizationCodeGrantApiRequest with attribute values. |
public String getClientId()
public String getRedirectUri()
public String getState()
public boolean equals(Object another)
AuthorizeByAuthorizationCodeGrantApiRequest that have equal attribute values.public int hashCode()
clientId, redirectUri, state.public String toString()
AuthorizeByAuthorizationCodeGrantApiRequest with attribute values.public static AuthorizeByAuthorizationCodeGrantApiRequest.Builder builder()
AuthorizeByAuthorizationCodeGrantApiRequest.
AuthorizeByAuthorizationCodeGrantApiRequest.builder()
.clientId(String) // required clientId
.redirectUri(String | null) // nullable redirectUri
.state(String | null) // nullable state
.build();
Copyright © 2020. All rights reserved.