@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class TransferEventsUpdateWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
TransferEventsUpdateWebhook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getWebhookCode()
`TRANSFER_EVENTS_UPDATE`
|
String |
getWebhookType()
`TRANSFER`
|
int |
hashCode() |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
TransferEventsUpdateWebhook |
webhookCode(String webhookCode) |
TransferEventsUpdateWebhook |
webhookType(String webhookType) |
public static final String SERIALIZED_NAME_WEBHOOK_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public TransferEventsUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public TransferEventsUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.