public static class ProfileSettingPersonForCountry.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfileSettingPersonForCountry |
build() |
ProfileSettingPersonForCountry.Builder |
countryRegion(String countryRegion)
国家 / 地区
示例值:6862995757234914824
|
ProfileSettingPersonForCountry.Builder |
ethnicityRace(String ethnicityRace)
民族 / 种族,枚举值。
|
ProfileSettingPersonForCountry.Builder |
gender(String gender)
性别,枚举值 。
|
ProfileSettingPersonForCountry.Builder |
maritalStatus(String maritalStatus)
婚姻状况,枚举值。
|
ProfileSettingPersonForCountry.Builder |
maritalStatusDate(String maritalStatusDate)
婚姻状况生效日期
示例值:2020-10-01
|
ProfileSettingPersonForCountry.Builder |
religion(String religion)
宗教信仰,枚举值。
|
public ProfileSettingPersonForCountry.Builder countryRegion(String countryRegion)
示例值:6862995757234914824
countryRegion - public ProfileSettingPersonForCountry.Builder gender(String gender)
示例值:female
gender - public ProfileSettingPersonForCountry.Builder religion(String religion)
示例值:other
religion - public ProfileSettingPersonForCountry.Builder maritalStatus(String maritalStatus)
示例值:married
maritalStatus - public ProfileSettingPersonForCountry.Builder ethnicityRace(String ethnicityRace)
示例值:han
ethnicityRace - public ProfileSettingPersonForCountry.Builder maritalStatusDate(String maritalStatusDate)
示例值:2020-10-01
maritalStatusDate - public ProfileSettingPersonForCountry build()
Copyright © 2026. All rights reserved.