toValue method
Implementation
String toValue() {
switch (this) {
case OrganizationFeatureSet.all:
return 'ALL';
case OrganizationFeatureSet.consolidatedBilling:
return 'CONSOLIDATED_BILLING';
}
}
String toValue() {
switch (this) {
case OrganizationFeatureSet.all:
return 'ALL';
case OrganizationFeatureSet.consolidatedBilling:
return 'CONSOLIDATED_BILLING';
}
}