Class FeatureSet


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

      • FeatureSet

        public FeatureSet()
    • Method Detail

      • currencyFeatureSetPrices

        public FeatureSet currencyFeatureSetPrices​(java.util.List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
        currencyFeatureSetPrices.
        Returns:
        FeatureSet
      • addCurrencyFeatureSetPricesItem

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

        public java.util.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​(java.util.List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
        setCurrencyFeatureSetPrices.
      • envelopeFee

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

        public java.lang.String getEnvelopeFee()
        .
        Returns:
        envelopeFee
      • setEnvelopeFee

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

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

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

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

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

        public java.lang.String getFixedFee()
        .
        Returns:
        fixedFee
      • setFixedFee

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

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

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

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

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

        public java.lang.String getIsActive()
        .
        Returns:
        isActive
      • setIsActive

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

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

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

        public void setIsEnabled​(java.lang.String isEnabled)
        setIsEnabled.
      • name

        public FeatureSet name​(java.lang.String name)
        name.
        Returns:
        FeatureSet
      • getName

        public java.lang.String getName()
        .
        Returns:
        name
      • setName

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

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

        public java.lang.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​(java.lang.String seatFee)
        setSeatFee.
      • 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