@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class IdentityVerificationRequestUserName extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_FAMILY_NAME |
static String |
SERIALIZED_NAME_GIVEN_NAME |
Constructor and Description |
---|
IdentityVerificationRequestUserName() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IdentityVerificationRequestUserName |
familyName(String familyName) |
String |
getFamilyName()
A string with at least one non-whitespace character, with a max length of 100 characters.
|
String |
getGivenName()
A string with at least one non-whitespace character, with a max length of 100 characters.
|
IdentityVerificationRequestUserName |
givenName(String givenName) |
int |
hashCode() |
void |
setFamilyName(String familyName) |
void |
setGivenName(String givenName) |
String |
toString() |
public static final String SERIALIZED_NAME_GIVEN_NAME
public static final String SERIALIZED_NAME_FAMILY_NAME
public IdentityVerificationRequestUserName givenName(String givenName)
public String getGivenName()
public void setGivenName(String givenName)
public IdentityVerificationRequestUserName familyName(String familyName)
public String getFamilyName()
public void setFamilyName(String familyName)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.