Class ConditionalRecipientRuleFilter


  • public class ConditionalRecipientRuleFilter
    extends java.lang.Object
    ConditionalRecipientRuleFilter.
    • Constructor Detail

      • ConditionalRecipientRuleFilter

        public ConditionalRecipientRuleFilter()
    • Method Detail

      • getOperator

        public java.lang.String getOperator()
        .
        Returns:
        operator
      • setOperator

        public void setOperator​(java.lang.String operator)
        setOperator.
      • recipientId

        public ConditionalRecipientRuleFilter recipientId​(java.lang.String recipientId)
        recipientId.
        Returns:
        ConditionalRecipientRuleFilter
      • getRecipientId

        public java.lang.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​(java.lang.String recipientId)
        setRecipientId.
      • getScope

        public java.lang.String getScope()
        .
        Returns:
        scope
      • setScope

        public void setScope​(java.lang.String scope)
        setScope.
      • getTabId

        public java.lang.String getTabId()
        The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. .
        Returns:
        tabId
      • setTabId

        public void setTabId​(java.lang.String tabId)
        setTabId.
      • getTabLabel

        public java.lang.String getTabLabel()
        The label string associated with the tab..
        Returns:
        tabLabel
      • setTabLabel

        public void setTabLabel​(java.lang.String tabLabel)
        setTabLabel.
      • getTabType

        public java.lang.String getTabType()
        .
        Returns:
        tabType
      • setTabType

        public void setTabType​(java.lang.String tabType)
        setTabType.
      • getValue

        public java.lang.String getValue()
        Specifies the value of the tab. .
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
        setValue.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object