@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class ProcessorApexProcessorTokenCreateRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
ProcessorApexProcessorTokenCreateRequest() |
Modifier and Type | Method and Description |
---|---|
ProcessorApexProcessorTokenCreateRequest |
accessToken(String accessToken) |
ProcessorApexProcessorTokenCreateRequest |
accountId(String accountId) |
ProcessorApexProcessorTokenCreateRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAccessToken()
The access token associated with the Item data is being requested for.
|
String |
getAccountId()
The `account_id` value obtained from the `onSuccess` callback in Link
|
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
ProcessorApexProcessorTokenCreateRequest |
secret(String secret) |
void |
setAccessToken(String accessToken) |
void |
setAccountId(String accountId) |
void |
setClientId(String clientId) |
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_ACCOUNT_ID
public ProcessorApexProcessorTokenCreateRequest()
public ProcessorApexProcessorTokenCreateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ProcessorApexProcessorTokenCreateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ProcessorApexProcessorTokenCreateRequest accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public ProcessorApexProcessorTokenCreateRequest accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.