类 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()
           
 

参数类型为 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)
           
 

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 © 2019. All rights reserved.