public class EnvelopeBasicInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EnvelopeBasicInfo.Builder
信封基本信息对象建造器
|
| 构造器和说明 |
|---|
EnvelopeBasicInfo() |
EnvelopeBasicInfo(EnvelopeBasicInfo.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
static EnvelopeBasicInfo.Builder |
builder() |
AuthLevel |
getAuthLevel() |
String |
getEnvelopeWsid() |
Integer |
getExpire() |
String |
getMetadata() |
String |
getMode() |
String |
getSubject() |
String |
getTitle() |
EnvelopeType |
getType() |
EnvelopeBasicInfo.Builder |
newBuilder() |
void |
setAuthLevel(AuthLevel authLevel) |
void |
setEnvelopeWsid(String envelopeWsid) |
void |
setExpire(Integer expire) |
void |
setMetadata(String metadata) |
void |
setMode(String mode) |
void |
setSubject(String subject) |
void |
setTitle(String title) |
void |
setType(EnvelopeType type) |
public EnvelopeBasicInfo()
public EnvelopeBasicInfo(EnvelopeBasicInfo.Builder builder)
public Integer getExpire()
public void setExpire(Integer expire)
public String getTitle()
public String getSubject()
public EnvelopeType getType()
public AuthLevel getAuthLevel()
public String getMetadata()
public void setTitle(String title)
public void setSubject(String subject)
public void setType(EnvelopeType type)
public void setAuthLevel(AuthLevel authLevel)
public void setMetadata(String metadata)
public String getEnvelopeWsid()
public void setEnvelopeWsid(String envelopeWsid)
public String getMode()
public void setMode(String mode)
public EnvelopeBasicInfo.Builder newBuilder()
public static EnvelopeBasicInfo.Builder builder()
Copyright © 2024. All rights reserved.