@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class GetIdentityVerificationRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_IDENTITY_VERIFICATION_ID |
static String |
SERIALIZED_NAME_SECRET |
Constructor and Description |
---|
GetIdentityVerificationRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityVerificationRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getIdentityVerificationId()
ID of the associated Identity Verification attempt.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
GetIdentityVerificationRequest |
identityVerificationId(String identityVerificationId) |
GetIdentityVerificationRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setIdentityVerificationId(String identityVerificationId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_IDENTITY_VERIFICATION_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_CLIENT_ID
public GetIdentityVerificationRequest identityVerificationId(String identityVerificationId)
public String getIdentityVerificationId()
public void setIdentityVerificationId(String identityVerificationId)
public GetIdentityVerificationRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public GetIdentityVerificationRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.