com.chargebee.models
Enum InvoiceEstimate.LineItem.EntityType
java.lang.Object
java.lang.Enum<InvoiceEstimate.LineItem.EntityType>
com.chargebee.models.InvoiceEstimate.LineItem.EntityType
- All Implemented Interfaces:
- Serializable, Comparable<InvoiceEstimate.LineItem.EntityType>
- Enclosing class:
- InvoiceEstimate.LineItem
public static enum InvoiceEstimate.LineItem.EntityType
- extends Enum<InvoiceEstimate.LineItem.EntityType>
PLAN_SETUP
public static final InvoiceEstimate.LineItem.EntityType PLAN_SETUP
PLAN
public static final InvoiceEstimate.LineItem.EntityType PLAN
ADDON
public static final InvoiceEstimate.LineItem.EntityType ADDON
ADHOC
public static final InvoiceEstimate.LineItem.EntityType ADHOC
_UNKNOWN
public static final InvoiceEstimate.LineItem.EntityType _UNKNOWN
values
public static InvoiceEstimate.LineItem.EntityType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (InvoiceEstimate.LineItem.EntityType c : InvoiceEstimate.LineItem.EntityType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InvoiceEstimate.LineItem.EntityType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2017 ChargeBee. All Rights Reserved.