@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class WebhookVerificationKeyGetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_KEY_ID |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
WebhookVerificationKeyGetRequest() |
| Modifier and Type | Method and Description |
|---|---|
WebhookVerificationKeyGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getKeyId()
The key ID ( `kid` ) from the JWT header.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
WebhookVerificationKeyGetRequest |
keyId(String keyId) |
WebhookVerificationKeyGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setKeyId(String keyId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_KEY_ID
public WebhookVerificationKeyGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WebhookVerificationKeyGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WebhookVerificationKeyGetRequest keyId(String keyId)
public String getKeyId()
public void setKeyId(String keyId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.