public class SignatureRoleInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureRoleInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanAnnotate() |
Boolean |
getCanDelegate() |
Boolean |
getCanEdit() |
Boolean |
getCanSign() |
String |
getId() |
String |
getName() |
void |
setCanAnnotate(Boolean canAnnotate) |
void |
setCanDelegate(Boolean canDelegate) |
void |
setCanEdit(Boolean canEdit) |
void |
setCanSign(Boolean canSign) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Boolean getCanEdit()
public void setCanEdit(Boolean canEdit)
public Boolean getCanSign()
public void setCanSign(Boolean canSign)
public Boolean getCanAnnotate()
public void setCanAnnotate(Boolean canAnnotate)
public Boolean getCanDelegate()
public void setCanDelegate(Boolean canDelegate)
Copyright © 2015 GroupDocs. All Rights Reserved.