|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 TransferType 的软件包 | |
|---|---|
| cn.signit.sdk.pojo | |
| cn.signit.sdk.type | |
| cn.signit.sdk.pojo 中 TransferType 的使用 |
|---|
| 返回 TransferType 的 cn.signit.sdk.pojo 中的方法 | |
|---|---|
TransferType |
FileData.getTransferType()
|
| 参数类型为 TransferType 的 cn.signit.sdk.pojo 中的方法 | |
|---|---|
void |
FileData.setTransferType(TransferType transferType)
|
FileData.Builder |
FileData.Builder.transferType(TransferType transferType)
|
| 参数类型为 TransferType 的 cn.signit.sdk.pojo 中的构造方法 | |
|---|---|
FileData(String url,
String base64,
Boolean enableSinglePage,
String name,
Long byteSize,
TransferType transferType,
byte[] fileBytes,
String fileWsid,
String contentType)
url和base64同时存在时,优先base64. |
|
| cn.signit.sdk.type 中 TransferType 的使用 |
|---|
| 返回 TransferType 的 cn.signit.sdk.type 中的方法 | |
|---|---|
static TransferType |
TransferType.parse(int code)
根据枚举code值解析得到对应的枚举类型. |
static TransferType |
TransferType.parse(String name)
根据枚举名称解析枚举类型(不区分大小写). |
static TransferType |
TransferType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static TransferType[] |
TransferType.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||