@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditPayrollIncomeRefreshRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_OPTIONS |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_USER_TOKEN |
| Constructor and Description |
|---|
CreditPayrollIncomeRefreshRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreditPayrollIncomeRefreshRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
CreditPayrollIncomeRefreshRequestOptions |
getOptions()
Get options
|
String |
getSecret()
Your Plaid API `secret`.
|
String |
getUserToken()
The user token associated with the User data is being requested for.
|
int |
hashCode() |
CreditPayrollIncomeRefreshRequest |
options(CreditPayrollIncomeRefreshRequestOptions options) |
CreditPayrollIncomeRefreshRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setOptions(CreditPayrollIncomeRefreshRequestOptions options) |
void |
setSecret(String secret) |
void |
setUserToken(String userToken) |
String |
toString() |
CreditPayrollIncomeRefreshRequest |
userToken(String userToken) |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_USER_TOKEN
public static final String SERIALIZED_NAME_OPTIONS
public CreditPayrollIncomeRefreshRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public CreditPayrollIncomeRefreshRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public CreditPayrollIncomeRefreshRequest userToken(String userToken)
public String getUserToken()
public void setUserToken(String userToken)
public CreditPayrollIncomeRefreshRequest options(CreditPayrollIncomeRefreshRequestOptions options)
@Nullable public CreditPayrollIncomeRefreshRequestOptions getOptions()
public void setOptions(CreditPayrollIncomeRefreshRequestOptions options)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.