@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class IdentityGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
IdentityGetRequest() |
Modifier and Type | Method and Description |
---|---|
IdentityGetRequest |
accessToken(String accessToken) |
IdentityGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAccessToken()
The access token associated with the Item data is being requested for.
|
String |
getClientId()
Your Plaid API `client_id`.
|
IdentityGetRequestOptions |
getOptions()
Get options
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
IdentityGetRequest |
options(IdentityGetRequestOptions options) |
IdentityGetRequest |
secret(String secret) |
void |
setAccessToken(String accessToken) |
void |
setClientId(String clientId) |
void |
setOptions(IdentityGetRequestOptions options) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_ACCESS_TOKEN
public static final String SERIALIZED_NAME_OPTIONS
public IdentityGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public IdentityGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public IdentityGetRequest accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public IdentityGetRequest options(IdentityGetRequestOptions options)
@Nullable public IdentityGetRequestOptions getOptions()
public void setOptions(IdentityGetRequestOptions options)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.