@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferEventSyncRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AFTER_ID |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
TransferEventSyncRequest() |
| Modifier and Type | Method and Description |
|---|---|
TransferEventSyncRequest |
afterId(Integer afterId) |
TransferEventSyncRequest |
clientId(String clientId) |
TransferEventSyncRequest |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getAfterId()
The latest (largest) `event_id` fetched via the sync endpoint, or 0 initially.
|
String |
getClientId()
Your Plaid API `client_id`.
|
Integer |
getCount()
The maximum number of transfer events to return.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
TransferEventSyncRequest |
secret(String secret) |
void |
setAfterId(Integer afterId) |
void |
setClientId(String clientId) |
void |
setCount(Integer count) |
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_AFTER_ID
public static final String SERIALIZED_NAME_COUNT
public TransferEventSyncRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public TransferEventSyncRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public TransferEventSyncRequest afterId(Integer afterId)
public Integer getAfterId()
public void setAfterId(Integer afterId)
public TransferEventSyncRequest count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.