@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditRelayGetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_RELAY_TOKEN |
static String |
SERIALIZED_NAME_REPORT_TYPE |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
CreditRelayGetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreditRelayGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getRelayToken()
The `relay_token` granting access to the report you would like to get.
|
ReportType |
getReportType()
Get reportType
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
CreditRelayGetRequest |
relayToken(String relayToken) |
CreditRelayGetRequest |
reportType(ReportType reportType) |
CreditRelayGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setRelayToken(String relayToken) |
void |
setReportType(ReportType reportType) |
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_RELAY_TOKEN
public static final String SERIALIZED_NAME_REPORT_TYPE
public CreditRelayGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public CreditRelayGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public CreditRelayGetRequest relayToken(String relayToken)
public String getRelayToken()
public void setRelayToken(String relayToken)
public CreditRelayGetRequest reportType(ReportType reportType)
public ReportType getReportType()
public void setReportType(ReportType reportType)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.