@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class RadioGroup extends Object
| Constructor and Description |
|---|
RadioGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab’s visibility.
|
String |
getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab’s visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active.
|
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
String |
getGroupName()
The name of the group.
|
List<Radio> |
getRadios()
Specifies the locations and status for radio buttons that are grouped together.
|
String |
getRecipientId()
Unique for the recipient.
|
String |
getRequireAll()
When set to true and shared is true, information must be entered in this field to complete the envelope.
|
String |
getRequireInitialOnSharedChange()
Optional element for field markup.
|
String |
getShared()
When set to true, this custom tab is shared.
|
int |
hashCode() |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setDocumentId(String documentId) |
void |
setGroupName(String groupName) |
void |
setRadios(List<Radio> radios) |
void |
setRecipientId(String recipientId) |
void |
setRequireAll(String requireAll) |
void |
setRequireInitialOnSharedChange(String requireInitialOnSharedChange) |
void |
setShared(String shared) |
String |
toString() |
public String getConditionalParentLabel()
For conditional fields this is the TabLabel of the parent tab that controls this tab’s visibility.
public void setConditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentValue()
For conditional fields, this is the value of the parent tab that controls the tab’s visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active.
public void setConditionalParentValue(String conditionalParentValue)
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document’s ID attribute.
public void setDocumentId(String documentId)
public String getGroupName()
The name of the group.
public void setGroupName(String groupName)
public List<Radio> getRadios()
Specifies the locations and status for radio buttons that are grouped together.
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
public void setRecipientId(String recipientId)
public String getRequireAll()
When set to true and shared is true, information must be entered in this field to complete the envelope.
public void setRequireAll(String requireAll)
public String getRequireInitialOnSharedChange()
Optional element for field markup. When set to true, the signer is required to initial when they modify a shared field.
public void setRequireInitialOnSharedChange(String requireInitialOnSharedChange)
public String getShared()
When set to true, this custom tab is shared.
public void setShared(String shared)
Copyright © 2017. All Rights Reserved.