类 cn.signit.sdk.type.IdCardType
的使用

使用 IdCardType 的软件包
cn.signit.sdk.pojo   
cn.signit.sdk.pojo.request   
cn.signit.sdk.type   
 

cn.signit.sdk.pojoIdCardType 的使用
 

返回 IdCardTypecn.signit.sdk.pojo 中的方法
 IdCardType EnterpriseLegalPerson.getIdCardType()
           
 IdCardType EnterpriseAgent.getIdCardType()
           
 IdCardType CountersignatureSigner.getIdCardType()
           
 

参数类型为 IdCardTypecn.signit.sdk.pojo 中的方法
 EnterpriseLegalPerson.Builder EnterpriseLegalPerson.Builder.idCardType(IdCardType idCardType)
           
 EnterpriseAgent.Builder EnterpriseAgent.Builder.idCardType(IdCardType idCardType)
           
 void EnterpriseLegalPerson.setIdCardType(IdCardType idCardType)
           
 void EnterpriseAgent.setIdCardType(IdCardType idCardType)
           
 void CountersignatureSigner.setIdCardType(IdCardType idCardType)
           
 

参数类型为 IdCardTypecn.signit.sdk.pojo 中的构造方法
CountersignatureSigner(IdCardType idCardType, String name, String orgnizationName, String idCardNo, String location, String contact, String reason)
           
 

cn.signit.sdk.pojo.requestIdCardType 的使用
 

返回 IdCardTypecn.signit.sdk.pojo.request 中的方法
 IdCardType PersonVerifyRequest.getIdCardType()
           
 

参数类型为 IdCardTypecn.signit.sdk.pojo.request 中的方法
 PersonVerifyRequest.Builder PersonVerifyRequest.Builder.idCardType(IdCardType idCardType)
           
 

cn.signit.sdk.typeIdCardType 的使用
 

返回 IdCardTypecn.signit.sdk.type 中的方法
static IdCardType IdCardType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static IdCardType[] IdCardType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2020. All rights reserved.