@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class EntityScreeningStatusUpdatedWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_SCREENING_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
EntityScreeningStatusUpdatedWebhook() |
| Modifier and Type | Method and Description |
|---|---|
EntityScreeningStatusUpdatedWebhook |
environment(WebhookEnvironmentValues environment) |
boolean |
equals(Object o) |
WebhookEnvironmentValues |
getEnvironment()
Get environment
|
String |
getScreeningId()
The ID of the associated screening.
|
String |
getWebhookCode()
`STATUS_UPDATED`
|
String |
getWebhookType()
`ENTITY_SCREENING`
|
int |
hashCode() |
EntityScreeningStatusUpdatedWebhook |
screeningId(String screeningId) |
void |
setEnvironment(WebhookEnvironmentValues environment) |
void |
setScreeningId(String screeningId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
EntityScreeningStatusUpdatedWebhook |
webhookCode(String webhookCode) |
EntityScreeningStatusUpdatedWebhook |
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_SCREENING_ID
public static final String SERIALIZED_NAME_ENVIRONMENT
public EntityScreeningStatusUpdatedWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public EntityScreeningStatusUpdatedWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public EntityScreeningStatusUpdatedWebhook screeningId(String screeningId)
public String getScreeningId()
public void setScreeningId(String screeningId)
public EntityScreeningStatusUpdatedWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.