public class FeatureSet extends Object
Constructor and Description |
---|
FeatureSet() |
Modifier and Type | Method and Description |
---|---|
FeatureSet |
addCurrencyFeatureSetPricesItem(CurrencyFeatureSetPrice currencyFeatureSetPricesItem) |
FeatureSet |
currencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices) |
FeatureSet |
envelopeFee(String envelopeFee) |
boolean |
equals(Object o) |
FeatureSet |
featureSetId(String featureSetId) |
FeatureSet |
fixedFee(String fixedFee) |
List<CurrencyFeatureSetPrice> |
getCurrencyFeatureSetPrices()
A complex type that contains alternate currency values that are configured for this plan feature set.
|
String |
getEnvelopeFee() |
String |
getFeatureSetId()
A unique ID for the feature set.
|
String |
getFixedFee() |
String |
getIs21CFRPart11()
When set to **true**, indicates that this module is enabled on the account.
|
String |
getIsActive() |
String |
getIsEnabled()
Specifies whether the feature set is actively enabled as part of the plan.
|
String |
getName() |
String |
getSeatFee()
An incremental seat cost for seat-based plans.
|
int |
hashCode() |
FeatureSet |
is21CFRPart11(String is21CFRPart11) |
FeatureSet |
isActive(String isActive) |
FeatureSet |
isEnabled(String isEnabled) |
FeatureSet |
name(String name) |
FeatureSet |
seatFee(String seatFee) |
void |
setCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices) |
void |
setEnvelopeFee(String envelopeFee) |
void |
setFeatureSetId(String featureSetId) |
void |
setFixedFee(String fixedFee) |
void |
setIs21CFRPart11(String is21CFRPart11) |
void |
setIsActive(String isActive) |
void |
setIsEnabled(String isEnabled) |
void |
setName(String name) |
void |
setSeatFee(String seatFee) |
String |
toString() |
public FeatureSet currencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
public FeatureSet addCurrencyFeatureSetPricesItem(CurrencyFeatureSetPrice currencyFeatureSetPricesItem)
public List<CurrencyFeatureSetPrice> getCurrencyFeatureSetPrices()
public void setCurrencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)
public FeatureSet envelopeFee(String envelopeFee)
public String getEnvelopeFee()
public void setEnvelopeFee(String envelopeFee)
public FeatureSet featureSetId(String featureSetId)
public String getFeatureSetId()
public void setFeatureSetId(String featureSetId)
public FeatureSet fixedFee(String fixedFee)
public String getFixedFee()
public void setFixedFee(String fixedFee)
public FeatureSet is21CFRPart11(String is21CFRPart11)
public String getIs21CFRPart11()
public void setIs21CFRPart11(String is21CFRPart11)
public FeatureSet isActive(String isActive)
public String getIsActive()
public void setIsActive(String isActive)
public FeatureSet isEnabled(String isEnabled)
public String getIsEnabled()
public void setIsEnabled(String isEnabled)
public FeatureSet name(String name)
public String getName()
public void setName(String name)
public FeatureSet seatFee(String seatFee)
public String getSeatFee()
public void setSeatFee(String seatFee)
Copyright © 2021. All rights reserved.