public static enum QuotationUpdateParams.TaxEntryMethodEnum extends Enum<QuotationUpdateParams.TaxEntryMethodEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotationUpdateParams.TaxEntryMethodEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static QuotationUpdateParams.TaxEntryMethodEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static QuotationUpdateParams.TaxEntryMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotationUpdateParams.TaxEntryMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotationUpdateParams.TaxEntryMethodEnum INCLUSIVE
public static final QuotationUpdateParams.TaxEntryMethodEnum EXCLUSIVE
public static QuotationUpdateParams.TaxEntryMethodEnum[] values()
for (QuotationUpdateParams.TaxEntryMethodEnum c : QuotationUpdateParams.TaxEntryMethodEnum.values()) System.out.println(c);
public static QuotationUpdateParams.TaxEntryMethodEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<QuotationUpdateParams.TaxEntryMethodEnum>public static QuotationUpdateParams.TaxEntryMethodEnum fromValue(String value)
Copyright © 2022. All rights reserved.