public static class UserPersonRelativeInfo.Builder extends Object implements Builder<UserPersonRelativeInfo>
| 构造器和说明 |
|---|
Builder() |
Builder(UserPersonRelativeInfo info) |
public Builder()
public Builder(UserPersonRelativeInfo info)
public UserPersonRelativeInfo.Builder uprWsid(String uprWsid)
uprWsid - 当前添加的个人相对方全局唯一IDpublic UserPersonRelativeInfo.Builder uerOwnerWsid(String uerOwnerWsid)
uerOwnerWsid - 当前企业相对方的拥有者全局唯一IDpublic UserPersonRelativeInfo.Builder uprStatus(String uprStatus)
uprStatus - 当前个人相对方账号状态public UserPersonRelativeInfo.Builder uprStatusDescription(String uprStatusDescription)
uprStatusDescription - 当前状态描述public UserPersonRelativeInfo.Builder uprThirdPartyUserId(String uprThirdPartyUserId)
uprThirdPartyUserId - 创建个人账号的唯一标识。可将个人证件号、手机号、邮箱地址等作为此账号的唯一标识public UserPersonRelativeInfo.Builder uprName(String uprName)
uprName - 姓名public UserPersonRelativeInfo.Builder uprIdType(String uprIdType)
uprIdType - 证件类型(具体见UserPersonRelativeInfoIdType枚举类)public UserPersonRelativeInfo.Builder uprIdCode(String uprIdCode)
uprIdCode - 证件号,需传入真实存在的证件信息public UserPersonRelativeInfo.Builder uprPhone(String uprPhone)
uprPhone - 手机号public UserPersonRelativeInfo.Builder uprEmail(String uprEmail)
uprEmail - 邮箱public UserPersonRelativeInfo.Builder uprSyncStatus(String uprSyncStatus)
uprSyncStatus - 当前相对方的同步状态(具体见UserRelativeSyncStatus枚举类)public UserPersonRelativeInfo.Builder uprSyncStatusDescription(String uprSyncStatusDescription)
uprSyncStatusDescription - 当前相对方的同步状态描述public UserPersonRelativeInfo.Builder uprSyncRule(String uprSyncRule)
uprSyncRule - 同步规则(具体见UserPersonRelativeSyncRule枚举类)public UserPersonRelativeInfo.Builder customTag(String customTag)
customTag - 调用方自定义标识public UserPersonRelativeInfo.Builder invokeNo(String invokeNo)
invokeNo - 本次调用的唯一标识public UserPersonRelativeInfo build()
build 在接口中 Builder<UserPersonRelativeInfo>Copyright © 2023. All rights reserved.