@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class HistoricalUpdateWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_NEW_TRANSACTIONS |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
HistoricalUpdateWebhook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HistoricalUpdateWebhook |
error(PlaidError error) |
PlaidError |
getError()
Get error
|
String |
getItemId()
The `item_id` of the Item associated with this webhook, warning, or error
|
Double |
getNewTransactions()
The number of new, unfetched transactions available
|
String |
getWebhookCode()
`HISTORICAL_UPDATE`
|
String |
getWebhookType()
`TRANSACTIONS`
|
int |
hashCode() |
HistoricalUpdateWebhook |
itemId(String itemId) |
HistoricalUpdateWebhook |
newTransactions(Double newTransactions) |
void |
setError(PlaidError error) |
void |
setItemId(String itemId) |
void |
setNewTransactions(Double newTransactions) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
HistoricalUpdateWebhook |
webhookCode(String webhookCode) |
HistoricalUpdateWebhook |
webhookType(String webhookType) |
public static final String SERIALIZED_NAME_WEBHOOK_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_NEW_TRANSACTIONS
public static final String SERIALIZED_NAME_ITEM_ID
public HistoricalUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public HistoricalUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public HistoricalUpdateWebhook error(PlaidError error)
@Nullable public PlaidError getError()
public void setError(PlaidError error)
public HistoricalUpdateWebhook newTransactions(Double newTransactions)
public Double getNewTransactions()
public void setNewTransactions(Double newTransactions)
public HistoricalUpdateWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.