@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class LinkDeliveryGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_LINK_DELIVERY_SESSION_ID |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
LinkDeliveryGetRequest() |
Modifier and Type | Method and Description |
---|---|
LinkDeliveryGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getLinkDeliverySessionId()
The ID for the link delivery session from a previous invocation of `/link_delivery/create`
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
LinkDeliveryGetRequest |
linkDeliverySessionId(String linkDeliverySessionId) |
LinkDeliveryGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setLinkDeliverySessionId(String linkDeliverySessionId) |
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_LINK_DELIVERY_SESSION_ID
public LinkDeliveryGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public LinkDeliveryGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public LinkDeliveryGetRequest linkDeliverySessionId(String linkDeliverySessionId)
public String getLinkDeliverySessionId()
public void setLinkDeliverySessionId(String linkDeliverySessionId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.