Class FeatureSet

  • All Implemented Interfaces:
    Serializable

    public class FeatureSet
    extends Object
    implements Serializable
    This object provides details about a feature set, or add-on product that is associated with an account. It is reserved for DocuSign internal use only..
    See Also:
    Serialized Form
    • Constructor Detail

      • FeatureSet

        public FeatureSet()
    • Method Detail

      • addCurrencyFeatureSetPricesItem

        public FeatureSet addCurrencyFeatureSetPricesItem​(CurrencyFeatureSetPrice currencyFeatureSetPricesItem)
        addCurrencyFeatureSetPricesItem.
        Returns:
        FeatureSet
      • getCurrencyFeatureSetPrices

        public List<CurrencyFeatureSetPrice> getCurrencyFeatureSetPrices()
        A complex type that contains alternate currency values that are configured for this plan feature set..
        Returns:
        currencyFeatureSetPrices
      • setCurrencyFeatureSetPrices

        public void setCurrencyFeatureSetPrices​(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
        setCurrencyFeatureSetPrices.
      • envelopeFee

        public FeatureSet envelopeFee​(String envelopeFee)
        envelopeFee.
        Returns:
        FeatureSet
      • getEnvelopeFee

        public String getEnvelopeFee()
        .
        Returns:
        envelopeFee
      • setEnvelopeFee

        public void setEnvelopeFee​(String envelopeFee)
        setEnvelopeFee.
      • featureSetId

        public FeatureSet featureSetId​(String featureSetId)
        featureSetId.
        Returns:
        FeatureSet
      • getFeatureSetId

        public String getFeatureSetId()
        A unique ID for the feature set..
        Returns:
        featureSetId
      • setFeatureSetId

        public void setFeatureSetId​(String featureSetId)
        setFeatureSetId.
      • fixedFee

        public FeatureSet fixedFee​(String fixedFee)
        fixedFee.
        Returns:
        FeatureSet
      • getFixedFee

        public String getFixedFee()
        .
        Returns:
        fixedFee
      • setFixedFee

        public void setFixedFee​(String fixedFee)
        setFixedFee.
      • is21CFRPart11

        public FeatureSet is21CFRPart11​(String is21CFRPart11)
        is21CFRPart11.
        Returns:
        FeatureSet
      • getIs21CFRPart11

        public String getIs21CFRPart11()
        When set to **true**, indicates that this module is enabled on the account..
        Returns:
        is21CFRPart11
      • setIs21CFRPart11

        public void setIs21CFRPart11​(String is21CFRPart11)
        setIs21CFRPart11.
      • isActive

        public FeatureSet isActive​(String isActive)
        isActive.
        Returns:
        FeatureSet
      • getIsActive

        public String getIsActive()
        .
        Returns:
        isActive
      • setIsActive

        public void setIsActive​(String isActive)
        setIsActive.
      • isEnabled

        public FeatureSet isEnabled​(String isEnabled)
        isEnabled.
        Returns:
        FeatureSet
      • getIsEnabled

        public String getIsEnabled()
        Specifies whether the feature set is actively enabled as part of the plan..
        Returns:
        isEnabled
      • setIsEnabled

        public void setIsEnabled​(String isEnabled)
        setIsEnabled.
      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • seatFee

        public FeatureSet seatFee​(String seatFee)
        seatFee.
        Returns:
        FeatureSet
      • getSeatFee

        public String getSeatFee()
        An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true..
        Returns:
        seatFee
      • setSeatFee

        public void setSeatFee​(String seatFee)
        setSeatFee.
      • equals

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

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

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