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>


构造方法摘要
ParticipantPresetIdentity.Builder()
           
ParticipantPresetIdentity.Builder(ParticipantPresetIdentity participantPresetIdentity)
           
 
方法摘要
 ParticipantPresetIdentity build()
           
 ParticipantPresetIdentity.Builder identityCode(String identityCode)
           
 ParticipantPresetIdentity.Builder identityName(String identityName)
           
 ParticipantPresetIdentity.Builder identityType(String identityType)
           
 ParticipantPresetIdentity.Builder modifiable(boolean modifiable)
           
 ParticipantPresetIdentity.Builder usage(String usage)
           
 
从类 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.