@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class SandboxItemFireWebhookRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SandboxItemFireWebhookRequest.WebhookCodeEnum
The webhook codes that can be fired by this test endpoint.
|
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_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
SandboxItemFireWebhookRequest() |
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_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public SandboxItemFireWebhookRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxItemFireWebhookRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxItemFireWebhookRequest accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public SandboxItemFireWebhookRequest webhookType(WebhookType webhookType)
@Nullable public WebhookType getWebhookType()
public void setWebhookType(WebhookType webhookType)
public SandboxItemFireWebhookRequest webhookCode(SandboxItemFireWebhookRequest.WebhookCodeEnum webhookCode)
public SandboxItemFireWebhookRequest.WebhookCodeEnum getWebhookCode()
public void setWebhookCode(SandboxItemFireWebhookRequest.WebhookCodeEnum webhookCode)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.