@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class EntityScreeningHitPhoneNumbers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PHONE_NUMBER |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
EntityScreeningHitPhoneNumbers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPhoneNumber()
A phone number in E.164 format.
|
PhoneType |
getType()
Get type
|
int |
hashCode() |
EntityScreeningHitPhoneNumbers |
phoneNumber(String phoneNumber) |
void |
setPhoneNumber(String phoneNumber) |
void |
setType(PhoneType type) |
String |
toString() |
EntityScreeningHitPhoneNumbers |
type(PhoneType type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_PHONE_NUMBER
public EntityScreeningHitPhoneNumbers type(PhoneType type)
public PhoneType getType()
public void setType(PhoneType type)
public EntityScreeningHitPhoneNumbers phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.