@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class SandboxTransferSweepSimulateRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_TEST_CLOCK_ID |
static String |
SERIALIZED_NAME_WEBHOOK |
Constructor and Description |
---|
SandboxTransferSweepSimulateRequest() |
Modifier and Type | Method and Description |
---|---|
SandboxTransferSweepSimulateRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
String |
getTestClockId()
Plaid’s unique identifier for a test clock.
|
String |
getWebhook()
The webhook URL to which a `TRANSFER_EVENTS_UPDATE` webhook should be sent.
|
int |
hashCode() |
SandboxTransferSweepSimulateRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setSecret(String secret) |
void |
setTestClockId(String testClockId) |
void |
setWebhook(String webhook) |
SandboxTransferSweepSimulateRequest |
testClockId(String testClockId) |
String |
toString() |
SandboxTransferSweepSimulateRequest |
webhook(String webhook) |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_TEST_CLOCK_ID
public static final String SERIALIZED_NAME_WEBHOOK
public SandboxTransferSweepSimulateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxTransferSweepSimulateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxTransferSweepSimulateRequest testClockId(String testClockId)
@Nullable public String getTestClockId()
public void setTestClockId(String testClockId)
public SandboxTransferSweepSimulateRequest webhook(String webhook)
@Nullable public String getWebhook()
public void setWebhook(String webhook)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.