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

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

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

返回变量类型为 PersonAuthType 的类型的 cn.signit.sdk.pojo.request 中的方法
 List<PersonAuthType> PersonVerifyRequest.getAuthModes()
           
 

参数类型为 PersonAuthTypecn.signit.sdk.pojo.request 中的方法
 PersonVerifyRequest.Builder PersonVerifyRequest.Builder.authModes(PersonAuthType... authModes)
           
 

类型变量类型为 PersonAuthTypecn.signit.sdk.pojo.request 中的方法参数
 PersonVerifyRequest.Builder PersonVerifyRequest.Builder.authModes(List<PersonAuthType> authModes)
           
 

cn.signit.sdk.typePersonAuthType 的使用
 

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



Copyright © 2019. All rights reserved.