类 WebsiteDeliveryAttachmentIndentification.Builder
java.lang.Object
com.lark.oapi.service.hire.v1.model.WebsiteDeliveryAttachmentIndentification.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()identificationNumber(String identificationNumber) 身份证件号identificationType(Integer identificationType) 身份证件类型
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
identificationType
public WebsiteDeliveryAttachmentIndentification.Builder identificationType(Integer identificationType) 身份证件类型示例值:1
- 参数:
identificationType-- 返回:
-
identificationNumber
public WebsiteDeliveryAttachmentIndentification.Builder identificationNumber(String identificationNumber) 身份证件号示例值:11002030131312312
- 参数:
identificationNumber-- 返回:
-
build
-