public class ProfileSettingEmergencyContact extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ProfileSettingEmergencyContact.Builder |
| 构造器和说明 |
|---|
ProfileSettingEmergencyContact() |
ProfileSettingEmergencyContact(ProfileSettingEmergencyContact.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingAddress |
getAddress() |
ProfileSettingCustomField[] |
getCustomFields() |
String |
getEmail() |
Boolean |
getIsPrimary() |
String |
getLegalName() |
ProfileSettingPhone |
getPhone() |
String |
getRelationship() |
static ProfileSettingEmergencyContact.Builder |
newBuilder() |
void |
setAddress(ProfileSettingAddress address) |
void |
setCustomFields(ProfileSettingCustomField[] customFields) |
void |
setEmail(String email) |
void |
setIsPrimary(Boolean isPrimary) |
void |
setLegalName(String legalName) |
void |
setPhone(ProfileSettingPhone phone) |
void |
setRelationship(String relationship) |
public ProfileSettingEmergencyContact()
public ProfileSettingEmergencyContact(ProfileSettingEmergencyContact.Builder builder)
public static ProfileSettingEmergencyContact.Builder newBuilder()
public String getLegalName()
public void setLegalName(String legalName)
public String getRelationship()
public void setRelationship(String relationship)
public Boolean getIsPrimary()
public void setIsPrimary(Boolean isPrimary)
public ProfileSettingPhone getPhone()
public void setPhone(ProfileSettingPhone phone)
public String getEmail()
public void setEmail(String email)
public ProfileSettingAddress getAddress()
public void setAddress(ProfileSettingAddress address)
public ProfileSettingCustomField[] getCustomFields()
public void setCustomFields(ProfileSettingCustomField[] customFields)
Copyright © 2024. All rights reserved.