public class Approval extends Object
Modifier and Type | Method and Description |
---|---|
void |
addField(FormField field)
Adds a field to an approval
|
List<FormField> |
getFields() |
String |
getId() |
String |
getRole() |
void |
setFields(List<FormField> fields) |
void |
setId(String id) |
void |
setRole(String role) |
public String getRole()
public String getId()
public void setRole(String role)
public void setId(String id)
public void addField(FormField field) throws SignatureMissingException
field
- the field to addSignatureMissingException
- This exception is thrown if there is no signature field already added to the approval and you try to add another type of field.