com.chargebee.models
Enum CreditNoteEstimate.LineItem.EntityType
java.lang.Object
java.lang.Enum<CreditNoteEstimate.LineItem.EntityType>
com.chargebee.models.CreditNoteEstimate.LineItem.EntityType
- All Implemented Interfaces:
- Serializable, Comparable<CreditNoteEstimate.LineItem.EntityType>
- Enclosing class:
- CreditNoteEstimate.LineItem
public static enum CreditNoteEstimate.LineItem.EntityType
- extends Enum<CreditNoteEstimate.LineItem.EntityType>
PLAN_SETUP
public static final CreditNoteEstimate.LineItem.EntityType PLAN_SETUP
PLAN
public static final CreditNoteEstimate.LineItem.EntityType PLAN
ADDON
public static final CreditNoteEstimate.LineItem.EntityType ADDON
ADHOC
public static final CreditNoteEstimate.LineItem.EntityType ADHOC
_UNKNOWN
public static final CreditNoteEstimate.LineItem.EntityType _UNKNOWN
values
public static CreditNoteEstimate.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 (CreditNoteEstimate.LineItem.EntityType c : CreditNoteEstimate.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 CreditNoteEstimate.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.