Package com.docusign.esign.model
Class ConditionalRecipientRuleFilter
- java.lang.Object
-
- com.docusign.esign.model.ConditionalRecipientRuleFilter
-
- All Implemented Interfaces:
Serializable
public class ConditionalRecipientRuleFilter extends Object implements Serializable
ConditionalRecipientRuleFilter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConditionalRecipientRuleFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetOperator().StringgetRecipientId()Unique for the recipient.StringgetScope().StringgetTabId()The unique identifier for the tab.StringgetTabLabel()The label string associated with the tab..StringgetTabType().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.ConditionalRecipientRuleFilteroperator(String operator)operator.ConditionalRecipientRuleFilterrecipientId(String recipientId)recipientId.ConditionalRecipientRuleFilterscope(String scope)scope.voidsetOperator(String operator)setOperator.voidsetRecipientId(String recipientId)setRecipientId.voidsetScope(String scope)setScope.voidsetTabId(String tabId)setTabId.voidsetTabLabel(String tabLabel)setTabLabel.voidsetTabType(String tabType)setTabType.voidsetValue(String value)setValue.ConditionalRecipientRuleFiltertabId(String tabId)tabId.ConditionalRecipientRuleFiltertabLabel(String tabLabel)tabLabel.ConditionalRecipientRuleFiltertabType(String tabType)tabType.StringtoString()Converts the given object to string.ConditionalRecipientRuleFiltervalue(String value)value.
-
-
-
Method Detail
-
operator
public ConditionalRecipientRuleFilter operator(String operator)
operator.- Returns:
- ConditionalRecipientRuleFilter
-
getOperator
public String getOperator()
.- Returns:
- operator
-
setOperator
public void setOperator(String operator)
setOperator.
-
recipientId
public ConditionalRecipientRuleFilter recipientId(String recipientId)
recipientId.- Returns:
- ConditionalRecipientRuleFilter
-
getRecipientId
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..- Returns:
- recipientId
-
setRecipientId
public void setRecipientId(String recipientId)
setRecipientId.
-
scope
public ConditionalRecipientRuleFilter scope(String scope)
scope.- Returns:
- ConditionalRecipientRuleFilter
-
getScope
public String getScope()
.- Returns:
- scope
-
setScope
public void setScope(String scope)
setScope.
-
tabId
public ConditionalRecipientRuleFilter tabId(String tabId)
tabId.- Returns:
- ConditionalRecipientRuleFilter
-
getTabId
public String getTabId()
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. .- Returns:
- tabId
-
setTabId
public void setTabId(String tabId)
setTabId.
-
tabLabel
public ConditionalRecipientRuleFilter tabLabel(String tabLabel)
tabLabel.- Returns:
- ConditionalRecipientRuleFilter
-
getTabLabel
public String getTabLabel()
The label string associated with the tab..- Returns:
- tabLabel
-
setTabLabel
public void setTabLabel(String tabLabel)
setTabLabel.
-
tabType
public ConditionalRecipientRuleFilter tabType(String tabType)
tabType.- Returns:
- ConditionalRecipientRuleFilter
-
getTabType
public String getTabType()
.- Returns:
- tabType
-
setTabType
public void setTabType(String tabType)
setTabType.
-
value
public ConditionalRecipientRuleFilter value(String value)
value.- Returns:
- ConditionalRecipientRuleFilter
-
getValue
public String getValue()
Specifies the value of the tab. .- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
equals
public boolean equals(Object o)
Compares objects.
-
-