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