public static class EmergencyContactForUpdate.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
EmergencyContactForUpdate.Builder |
address(AddressForUpdate address)
地址
示例值:
|
EmergencyContactForUpdate |
build() |
EmergencyContactForUpdate.Builder |
email(EmailForUpdate email)
邮箱
示例值:
|
EmergencyContactForUpdate.Builder |
legalName(String legalName)
紧急联系人姓名
示例值:王冰
|
EmergencyContactForUpdate.Builder |
phones(PhoneForUpdate[] phones)
电话
示例值:
|
EmergencyContactForUpdate.Builder |
relationship(String relationship)
紧急联系人与本人亲属关系,枚举值可查询【获取字段详情】接口获取,按如下参数查询即可:- object_api_name = "emergency_contact" - custom_api_name = "relationship"
示例值:x
|
public EmergencyContactForUpdate.Builder legalName(String legalName)
示例值:王冰
legalName - public EmergencyContactForUpdate.Builder relationship(String relationship)
示例值:x
relationship - public EmergencyContactForUpdate.Builder phones(PhoneForUpdate[] phones)
示例值:
phones - public EmergencyContactForUpdate.Builder address(AddressForUpdate address)
示例值:
address - public EmergencyContactForUpdate.Builder email(EmailForUpdate email)
示例值:
email - public EmergencyContactForUpdate build()
Copyright © 2024. All rights reserved.