@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class Owner extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESSES |
static String |
SERIALIZED_NAME_EMAILS |
static String |
SERIALIZED_NAME_NAMES |
static String |
SERIALIZED_NAME_PHONE_NUMBERS |
Constructor and Description |
---|
Owner() |
Modifier and Type | Method and Description |
---|---|
Owner |
addAddressesItem(Address addressesItem) |
Owner |
addEmailsItem(Email emailsItem) |
Owner |
addNamesItem(String namesItem) |
Owner |
addPhoneNumbersItem(PhoneNumber phoneNumbersItem) |
Owner |
addresses(List<Address> addresses) |
Owner |
emails(List<Email> emails) |
boolean |
equals(Object o) |
List<Address> |
getAddresses()
Data about the various addresses associated with the account by the financial institution.
|
List<Email> |
getEmails()
A list of email addresses associated with the account by the financial institution.
|
List<String> |
getNames()
A list of names associated with the account by the financial institution.
|
List<PhoneNumber> |
getPhoneNumbers()
A list of phone numbers associated with the account by the financial institution.
|
int |
hashCode() |
Owner |
names(List<String> names) |
Owner |
phoneNumbers(List<PhoneNumber> phoneNumbers) |
void |
setAddresses(List<Address> addresses) |
void |
setEmails(List<Email> emails) |
void |
setNames(List<String> names) |
void |
setPhoneNumbers(List<PhoneNumber> phoneNumbers) |
String |
toString() |
public static final String SERIALIZED_NAME_NAMES
public static final String SERIALIZED_NAME_PHONE_NUMBERS
public static final String SERIALIZED_NAME_EMAILS
public static final String SERIALIZED_NAME_ADDRESSES
public List<String> getNames()
public Owner phoneNumbers(List<PhoneNumber> phoneNumbers)
public Owner addPhoneNumbersItem(PhoneNumber phoneNumbersItem)
public List<PhoneNumber> getPhoneNumbers()
public void setPhoneNumbers(List<PhoneNumber> phoneNumbers)
public List<Email> getEmails()
public List<Address> getAddresses()
Copyright © 2017–2024 Plaid Inc.. All rights reserved.