@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class BankIncomeRefreshUpdateWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_USER_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
BankIncomeRefreshUpdateWebhook() |
| Modifier and Type | Method and Description |
|---|---|
BankIncomeRefreshUpdateWebhook |
environment(WebhookEnvironmentValues environment) |
boolean |
equals(Object o) |
WebhookEnvironmentValues |
getEnvironment()
Get environment
|
String |
getUserId()
The `user_id` corresponding to the user the webhook has fired for.
|
String |
getWebhookCode()
`BANK_INCOME_REFRESH_UPDATE`
|
String |
getWebhookType()
`INCOME`
|
int |
hashCode() |
void |
setEnvironment(WebhookEnvironmentValues environment) |
void |
setUserId(String userId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
BankIncomeRefreshUpdateWebhook |
userId(String userId) |
BankIncomeRefreshUpdateWebhook |
webhookCode(String webhookCode) |
BankIncomeRefreshUpdateWebhook |
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_USER_ID
public static final String SERIALIZED_NAME_ENVIRONMENT
public BankIncomeRefreshUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public BankIncomeRefreshUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public BankIncomeRefreshUpdateWebhook userId(String userId)
public String getUserId()
public void setUserId(String userId)
public BankIncomeRefreshUpdateWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.