@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class EntityScreeningStatusUpdatedWebhook extends Object
Modifier and Type | Field and Description |
---|---|
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 |
---|---|
boolean |
equals(Object o) |
Object |
getScreeningId()
The ID of the associated screening.
|
String |
getWebhookCode()
`STATUS_UPDATED`
|
String |
getWebhookType()
`ENTITY_SCREENING`
|
int |
hashCode() |
EntityScreeningStatusUpdatedWebhook |
screeningId(Object screeningId) |
void |
setScreeningId(Object 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 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(Object screeningId)
@Nullable public Object getScreeningId()
public void setScreeningId(Object screeningId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.