@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class BeaconUserHistoryListRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BEACON_USER_ID |
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_CURSOR |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
BeaconUserHistoryListRequest() |
Modifier and Type | Method and Description |
---|---|
BeaconUserHistoryListRequest |
beaconUserId(String beaconUserId) |
BeaconUserHistoryListRequest |
clientId(String clientId) |
BeaconUserHistoryListRequest |
cursor(String cursor) |
boolean |
equals(Object o) |
String |
getBeaconUserId()
ID of the associated Beacon User.
|
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getCursor()
An identifier that determines which page of results you receive.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
BeaconUserHistoryListRequest |
secret(String secret) |
void |
setBeaconUserId(String beaconUserId) |
void |
setClientId(String clientId) |
void |
setCursor(String cursor) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_BEACON_USER_ID
public static final String SERIALIZED_NAME_CURSOR
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public BeaconUserHistoryListRequest beaconUserId(String beaconUserId)
public String getBeaconUserId()
public void setBeaconUserId(String beaconUserId)
public BeaconUserHistoryListRequest cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
public BeaconUserHistoryListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public BeaconUserHistoryListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.