@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class WebhookUpdateAcknowledgedWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_NEW_WEBHOOK_URL |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
WebhookUpdateAcknowledgedWebhook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
WebhookUpdateAcknowledgedWebhook |
error(PlaidError error) |
PlaidError |
getError()
Get error
|
String |
getItemId()
The `item_id` of the Item associated with this webhook, warning, or error
|
String |
getNewWebhookUrl()
The new webhook URL
|
String |
getWebhookCode()
`WEBHOOK_UPDATE_ACKNOWLEDGED`
|
String |
getWebhookType()
`ITEM`
|
int |
hashCode() |
WebhookUpdateAcknowledgedWebhook |
itemId(String itemId) |
WebhookUpdateAcknowledgedWebhook |
newWebhookUrl(String newWebhookUrl) |
void |
setError(PlaidError error) |
void |
setItemId(String itemId) |
void |
setNewWebhookUrl(String newWebhookUrl) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
WebhookUpdateAcknowledgedWebhook |
webhookCode(String webhookCode) |
WebhookUpdateAcknowledgedWebhook |
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_NEW_WEBHOOK_URL
public static final String SERIALIZED_NAME_ERROR
public WebhookUpdateAcknowledgedWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public WebhookUpdateAcknowledgedWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public WebhookUpdateAcknowledgedWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public WebhookUpdateAcknowledgedWebhook newWebhookUrl(String newWebhookUrl)
public String getNewWebhookUrl()
public void setNewWebhookUrl(String newWebhookUrl)
public WebhookUpdateAcknowledgedWebhook error(PlaidError error)
@Nullable public PlaidError getError()
public void setError(PlaidError error)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.