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

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

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

返回 EnvelopeFlowTypecn.signit.sdk.pojo.request 中的方法
 EnvelopeFlowType StartEnvelopeCancelProcessRequest.getEnvelopeFlowType()
           
 

参数类型为 EnvelopeFlowTypecn.signit.sdk.pojo.request 中的方法
 StartEnvelopeCancelProcessRequest.Builder StartEnvelopeCancelProcessRequest.Builder.envelopeFlowType(EnvelopeFlowType envelopeFlowType)
           
 void StartEnvelopeCancelProcessRequest.setEnvelopeFlowType(EnvelopeFlowType envelopeFlowType)
           
 

参数类型为 EnvelopeFlowTypecn.signit.sdk.pojo.request 中的构造方法
StartEnvelopeCancelProcessRequest(String senderWsid, String title, EnvelopeFlowType envelopeFlowType, String completedEnvelopeWsid, String tagId, String envelopeFlag, String[] cancelAnnounceFile, boolean usePresetCancelAnnounceFile)
          构造方法.
 

cn.signit.sdk.typeEnvelopeFlowType 的使用
 

返回 EnvelopeFlowTypecn.signit.sdk.type 中的方法
static EnvelopeFlowType EnvelopeFlowType.get(int code)
          code码方式获取对应枚举
static EnvelopeFlowType EnvelopeFlowType.get(String name)
          根据名称方式获取对应枚举
static EnvelopeFlowType EnvelopeFlowType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static EnvelopeFlowType[] EnvelopeFlowType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2020. All rights reserved.