@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class AssetReportAuditCopyGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AUDIT_COPY_TOKEN |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
AssetReportAuditCopyGetRequest() |
Modifier and Type | Method and Description |
---|---|
AssetReportAuditCopyGetRequest |
auditCopyToken(String auditCopyToken) |
AssetReportAuditCopyGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAuditCopyToken()
The `audit_copy_token` granting access to the Audit Copy you would like to get.
|
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
AssetReportAuditCopyGetRequest |
secret(String secret) |
void |
setAuditCopyToken(String auditCopyToken) |
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_AUDIT_COPY_TOKEN
public AssetReportAuditCopyGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public AssetReportAuditCopyGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public AssetReportAuditCopyGetRequest auditCopyToken(String auditCopyToken)
public String getAuditCopyToken()
public void setAuditCopyToken(String auditCopyToken)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.