public class ProfileSettingDependent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileSettingDependent.Builder |
| 构造器和说明 |
|---|
ProfileSettingDependent() |
ProfileSettingDependent(ProfileSettingDependent.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingAddress |
getAddress() |
ProfileSettingFile[] |
getChildBirthCertificates() |
ProfileSettingCustomField[] |
getCustomFields() |
String |
getDateOfBirth() |
String |
getEmployer() |
String |
getGender() |
String |
getJob() |
String |
getLegalName() |
ProfileSettingPhone |
getPhone() |
String |
getRelationshipWithDependent() |
static ProfileSettingDependent.Builder |
newBuilder() |
void |
setAddress(ProfileSettingAddress address) |
void |
setChildBirthCertificates(ProfileSettingFile[] childBirthCertificates) |
void |
setCustomFields(ProfileSettingCustomField[] customFields) |
void |
setDateOfBirth(String dateOfBirth) |
void |
setEmployer(String employer) |
void |
setGender(String gender) |
void |
setJob(String job) |
void |
setLegalName(String legalName) |
void |
setPhone(ProfileSettingPhone phone) |
void |
setRelationshipWithDependent(String relationshipWithDependent) |
public ProfileSettingDependent()
public ProfileSettingDependent(ProfileSettingDependent.Builder builder)
public static ProfileSettingDependent.Builder newBuilder()
public String getLegalName()
public void setLegalName(String legalName)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public String getRelationshipWithDependent()
public void setRelationshipWithDependent(String relationshipWithDependent)
public String getGender()
public void setGender(String gender)
public ProfileSettingPhone getPhone()
public void setPhone(ProfileSettingPhone phone)
public String getJob()
public void setJob(String job)
public ProfileSettingFile[] getChildBirthCertificates()
public void setChildBirthCertificates(ProfileSettingFile[] childBirthCertificates)
public String getEmployer()
public void setEmployer(String employer)
public ProfileSettingCustomField[] getCustomFields()
public void setCustomFields(ProfileSettingCustomField[] customFields)
public ProfileSettingAddress getAddress()
public void setAddress(ProfileSettingAddress address)
Copyright © 2024. All rights reserved.