Package com.docusign.esign.model
Class FeatureSet
- java.lang.Object
-
- com.docusign.esign.model.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 Summary
Constructors Constructor Description FeatureSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureSetaddCurrencyFeatureSetPricesItem(CurrencyFeatureSetPrice currencyFeatureSetPricesItem)addCurrencyFeatureSetPricesItem.FeatureSetcurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)currencyFeatureSetPrices.FeatureSetenvelopeFee(String envelopeFee)envelopeFee.booleanequals(Object o)Compares objects.FeatureSetfeatureSetId(String featureSetId)featureSetId.FeatureSetfixedFee(String fixedFee)fixedFee.List<CurrencyFeatureSetPrice>getCurrencyFeatureSetPrices()A complex type that contains alternate currency values that are configured for this plan feature set..StringgetEnvelopeFee().StringgetFeatureSetId()A unique ID for the feature set..StringgetFixedFee().StringgetIs21CFRPart11()When set to **true**, indicates that this module is enabled on the account..StringgetIsActive().StringgetIsEnabled()Specifies whether the feature set is actively enabled as part of the plan..StringgetName().StringgetSeatFee()An incremental seat cost for seat-based plans.inthashCode()Returns the HashCode.FeatureSetis21CFRPart11(String is21CFRPart11)is21CFRPart11.FeatureSetisActive(String isActive)isActive.FeatureSetisEnabled(String isEnabled)isEnabled.FeatureSetname(String name)name.FeatureSetseatFee(String seatFee)seatFee.voidsetCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)setCurrencyFeatureSetPrices.voidsetEnvelopeFee(String envelopeFee)setEnvelopeFee.voidsetFeatureSetId(String featureSetId)setFeatureSetId.voidsetFixedFee(String fixedFee)setFixedFee.voidsetIs21CFRPart11(String is21CFRPart11)setIs21CFRPart11.voidsetIsActive(String isActive)setIsActive.voidsetIsEnabled(String isEnabled)setIsEnabled.voidsetName(String name)setName.voidsetSeatFee(String seatFee)setSeatFee.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currencyFeatureSetPrices
public FeatureSet currencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
currencyFeatureSetPrices.- Returns:
- FeatureSet
-
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.
-
name
public FeatureSet name(String name)
name.- Returns:
- FeatureSet
-
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.
-
-