@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class LockInformation extends Object
| Constructor and Description |
|---|
LockInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LockInformation |
errorDetails(ErrorDetails errorDetails) |
ErrorDetails |
getErrorDetails() |
String |
getLockDurationInSeconds() |
String |
getLockedByApp() |
UserInfo |
getLockedByUser() |
String |
getLockedUntilDateTime() |
String |
getLockToken() |
String |
getLockType() |
String |
getUseScratchPad() |
int |
hashCode() |
LockInformation |
lockDurationInSeconds(String lockDurationInSeconds)
Sets the time, in seconds, until the lock expires when there is no activity on the envelope.\n\nIf no value is entered, then the default value of 300 seconds is used.
|
LockInformation |
lockedByApp(String lockedByApp)
Specifies the friendly name of the application that is locking the envelope.
|
LockInformation |
lockedByUser(UserInfo lockedByUser) |
LockInformation |
lockedUntilDateTime(String lockedUntilDateTime)
The datetime until the envelope lock expires.
|
LockInformation |
lockToken(String lockToken)
A unique identifier provided to the owner of the envelope lock.
|
LockInformation |
lockType(String lockType)
The type of envelope lock.
|
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLockDurationInSeconds(String lockDurationInSeconds) |
void |
setLockedByApp(String lockedByApp) |
void |
setLockedByUser(UserInfo lockedByUser) |
void |
setLockedUntilDateTime(String lockedUntilDateTime) |
void |
setLockToken(String lockToken) |
void |
setLockType(String lockType) |
void |
setUseScratchPad(String useScratchPad) |
String |
toString() |
LockInformation |
useScratchPad(String useScratchPad)
Reserved for future use.\n\nIndicates whether a scratchpad is used for editing information.\n
|
public LockInformation lockedByUser(UserInfo lockedByUser)
public UserInfo getLockedByUser()
public void setLockedByUser(UserInfo lockedByUser)
public LockInformation lockedByApp(String lockedByApp)
public String getLockedByApp()
public void setLockedByApp(String lockedByApp)
public LockInformation lockedUntilDateTime(String lockedUntilDateTime)
public String getLockedUntilDateTime()
public void setLockedUntilDateTime(String lockedUntilDateTime)
public LockInformation lockDurationInSeconds(String lockDurationInSeconds)
public String getLockDurationInSeconds()
public void setLockDurationInSeconds(String lockDurationInSeconds)
public LockInformation lockType(String lockType)
public String getLockType()
public void setLockType(String lockType)
public LockInformation useScratchPad(String useScratchPad)
public String getUseScratchPad()
public void setUseScratchPad(String useScratchPad)
public LockInformation lockToken(String lockToken)
public String getLockToken()
public void setLockToken(String lockToken)
public LockInformation errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.