public class SignatureFormParticipantsResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureFormParticipantsResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormId() |
List<SignatureFormParticipantInfo> |
getParticipants() |
void |
setFormId(String formId) |
void |
setParticipants(List<SignatureFormParticipantInfo> participants) |
String |
toString() |
public String getFormId()
public void setFormId(String formId)
public List<SignatureFormParticipantInfo> getParticipants()
public void setParticipants(List<SignatureFormParticipantInfo> participants)
Copyright © 2014 GroupDocs. All Rights Reserved.