@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class SandboxItemResetLoginRequest 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 |
Constructor and Description |
---|
SandboxItemResetLoginRequest() |
Modifier and Type | Method and Description |
---|---|
SandboxItemResetLoginRequest |
accessToken(String accessToken) |
SandboxItemResetLoginRequest |
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`.
|
int |
hashCode() |
SandboxItemResetLoginRequest |
secret(String secret) |
void |
setAccessToken(String accessToken) |
void |
setClientId(String clientId) |
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_ACCESS_TOKEN
public SandboxItemResetLoginRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public SandboxItemResetLoginRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public SandboxItemResetLoginRequest accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.