@Generated(value={"Immutables.generator","_AuthorizeByAuthorizationCodeGrantHybridRequest"}) public final class AuthorizeByAuthorizationCodeGrantHybridRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizeByAuthorizationCodeGrantHybridRequest.Builder
Builds instances of type
AuthorizeByAuthorizationCodeGrantHybridRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizeByAuthorizationCodeGrantHybridRequest.Builder |
builder()
Creates a builder for
AuthorizeByAuthorizationCodeGrantHybridRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuthorizeByAuthorizationCodeGrantHybridRequest 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
|
List<String> |
getScopes()
requested scopes, space-delimited
|
int |
hashCode()
Computes a hash code from attributes:
clientId, redirectUri, scopes. |
String |
toString()
Prints the immutable value
AuthorizeByAuthorizationCodeGrantHybridRequest with attribute values. |
public String getClientId()
public String getRedirectUri()
public boolean equals(Object another)
AuthorizeByAuthorizationCodeGrantHybridRequest that have equal attribute values.public int hashCode()
clientId, redirectUri, scopes.public String toString()
AuthorizeByAuthorizationCodeGrantHybridRequest with attribute values.public static AuthorizeByAuthorizationCodeGrantHybridRequest.Builder builder()
AuthorizeByAuthorizationCodeGrantHybridRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.