cn.signit.sdk.pojo
类 ParticipantPresetIdentity.Builder
java.lang.Object
cn.signit.sdk.pojo.ParticipantPresetIdentity.Builder
- 所有已实现的接口:
- Builder<ParticipantPresetIdentity>
- 包容类:
- ParticipantPresetIdentity
public static class ParticipantPresetIdentity.Builder
- extends Object
- implements Builder<ParticipantPresetIdentity>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticipantPresetIdentity.Builder
public ParticipantPresetIdentity.Builder(ParticipantPresetIdentity participantPresetIdentity)
ParticipantPresetIdentity.Builder
public ParticipantPresetIdentity.Builder()
identityType
public ParticipantPresetIdentity.Builder identityType(String identityType)
- 参数:
identityType - 预填身份类型
- 返回:
- 预设身份信息列表对象建造器
ParticipantPresetIdentity.Builder - 从以下版本开始:
- 2.7.0
identityName
public ParticipantPresetIdentity.Builder identityName(String identityName)
- 参数:
identityName - 预填身份信息上的名称
- 返回:
- 预设身份信息列表对象建造器
ParticipantPresetIdentity.Builder - 从以下版本开始:
- 2.7.0
identityCode
public ParticipantPresetIdentity.Builder identityCode(String identityCode)
- 参数:
identityCode - 预填身份信息上的编码
- 返回:
- 预设身份信息列表对象建造器
ParticipantPresetIdentity.Builder - 从以下版本开始:
- 2.7.0
modifiable
public ParticipantPresetIdentity.Builder modifiable(boolean modifiable)
- 参数:
modifiable - 当前预填身份信息是否可修改
- 返回:
- 预设身份信息列表对象建造器
ParticipantPresetIdentity.Builder - 从以下版本开始:
- 2.7.0
usage
public ParticipantPresetIdentity.Builder usage(String usage)
- 参数:
usage - 当前预填身份信息用途
- 返回:
- 预设身份信息列表对象建造器
ParticipantPresetIdentity.Builder - 从以下版本开始:
- 2.7.0
build
public ParticipantPresetIdentity build()
- 指定者:
- 接口
Builder<ParticipantPresetIdentity> 中的 build
Copyright © 2020. All rights reserved.