@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class NewAccountsAvailableWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
NewAccountsAvailableWebhook() |
| Modifier and Type | Method and Description |
|---|---|
NewAccountsAvailableWebhook |
environment(WebhookEnvironmentValues environment) |
boolean |
equals(Object o) |
NewAccountsAvailableWebhook |
error(PlaidError error) |
WebhookEnvironmentValues |
getEnvironment()
Get environment
|
PlaidError |
getError()
Get error
|
String |
getItemId()
The `item_id` of the Item associated with this webhook, warning, or error
|
String |
getWebhookCode()
`NEW_ACCOUNTS_AVAILABLE`
|
String |
getWebhookType()
`ITEM`
|
int |
hashCode() |
NewAccountsAvailableWebhook |
itemId(String itemId) |
void |
setEnvironment(WebhookEnvironmentValues environment) |
void |
setError(PlaidError error) |
void |
setItemId(String itemId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
NewAccountsAvailableWebhook |
webhookCode(String webhookCode) |
NewAccountsAvailableWebhook |
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_ITEM_ID
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_ENVIRONMENT
public NewAccountsAvailableWebhook webhookType(String webhookType)
public void setWebhookType(String webhookType)
public NewAccountsAvailableWebhook webhookCode(String webhookCode)
@Nullable public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public NewAccountsAvailableWebhook itemId(String itemId)
@Nullable public String getItemId()
public void setItemId(String itemId)
public NewAccountsAvailableWebhook error(PlaidError error)
@Nullable public PlaidError getError()
public void setError(PlaidError error)
public NewAccountsAvailableWebhook environment(WebhookEnvironmentValues environment)
@Nullable public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.