@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class ItemWebhookUpdateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_WEBHOOK |
| Constructor and Description |
|---|
ItemWebhookUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ItemWebhookUpdateRequest |
accessToken(String accessToken) |
ItemWebhookUpdateRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAccessToken()
The access token associated with the Item data is being requested for.
|
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getSecret()
Your Plaid API `secret`.
|
String |
getWebhook()
The new webhook URL to associate with the Item.
|
int |
hashCode() |
ItemWebhookUpdateRequest |
secret(String secret) |
void |
setAccessToken(String accessToken) |
void |
setClientId(String clientId) |
void |
setSecret(String secret) |
void |
setWebhook(String webhook) |
String |
toString() |
ItemWebhookUpdateRequest |
webhook(String webhook) |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_ACCESS_TOKEN
public static final String SERIALIZED_NAME_WEBHOOK
public ItemWebhookUpdateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ItemWebhookUpdateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ItemWebhookUpdateRequest accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public ItemWebhookUpdateRequest webhook(String webhook)
@Nullable public String getWebhook()
public void setWebhook(String webhook)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.