@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class IdentityDefaultUpdateWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS_WITH_UPDATED_IDENTITY |
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 |
|---|
IdentityDefaultUpdateWebhook() |
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_ACCOUNT_IDS_WITH_UPDATED_IDENTITY
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_ENVIRONMENT
public IdentityDefaultUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public IdentityDefaultUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public IdentityDefaultUpdateWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public IdentityDefaultUpdateWebhook accountIdsWithUpdatedIdentity(Map<String,List<IdentityUpdateTypes>> accountIdsWithUpdatedIdentity)
public IdentityDefaultUpdateWebhook putAccountIdsWithUpdatedIdentityItem(String key, List<IdentityUpdateTypes> accountIdsWithUpdatedIdentityItem)
public Map<String,List<IdentityUpdateTypes>> getAccountIdsWithUpdatedIdentity()
public void setAccountIdsWithUpdatedIdentity(Map<String,List<IdentityUpdateTypes>> accountIdsWithUpdatedIdentity)
public IdentityDefaultUpdateWebhook error(PlaidError error)
@Nullable public PlaidError getError()
public void setError(PlaidError error)
public IdentityDefaultUpdateWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.