public class LockRequest extends Object
Constructor and Description |
---|
LockRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLockDurationInSeconds()
The number of seconds to lock the envelope for editing.
|
String |
getLockedByApp()
A friendly name of the application used to lock the envelope.
|
String |
getLockType()
The type of envelope lock.
|
String |
getTemplatePassword() |
String |
getUseScratchPad()
Reserved for future use.
|
int |
hashCode() |
LockRequest |
lockDurationInSeconds(String lockDurationInSeconds) |
LockRequest |
lockedByApp(String lockedByApp) |
LockRequest |
lockType(String lockType) |
void |
setLockDurationInSeconds(String lockDurationInSeconds) |
void |
setLockedByApp(String lockedByApp) |
void |
setLockType(String lockType) |
void |
setTemplatePassword(String templatePassword) |
void |
setUseScratchPad(String useScratchPad) |
LockRequest |
templatePassword(String templatePassword) |
String |
toString() |
LockRequest |
useScratchPad(String useScratchPad) |
public LockRequest lockDurationInSeconds(String lockDurationInSeconds)
public String getLockDurationInSeconds()
public void setLockDurationInSeconds(String lockDurationInSeconds)
public LockRequest lockedByApp(String lockedByApp)
public String getLockedByApp()
public void setLockedByApp(String lockedByApp)
public LockRequest lockType(String lockType)
public String getLockType()
public void setLockType(String lockType)
public LockRequest templatePassword(String templatePassword)
public String getTemplatePassword()
public void setTemplatePassword(String templatePassword)
public LockRequest useScratchPad(String useScratchPad)
public String getUseScratchPad()
public void setUseScratchPad(String useScratchPad)
Copyright © 2018. All rights reserved.