Enum EntityType

java.lang.Object
java.lang.Enum<EntityType>
com.chargebee.models.enums.EntityType
All Implemented Interfaces:
Serializable, Comparable<EntityType>, java.lang.constant.Constable

public enum EntityType extends Enum<EntityType>
  • Enum Constant Details

    • CUSTOMER

      public static final EntityType CUSTOMER
    • SUBSCRIPTION

      public static final EntityType SUBSCRIPTION
    • COUPON

      public static final EntityType COUPON
    • PLAN_ITEM_PRICE

      public static final EntityType PLAN_ITEM_PRICE
    • ADDON_ITEM_PRICE

      public static final EntityType ADDON_ITEM_PRICE
    • CHARGE_ITEM_PRICE

      public static final EntityType CHARGE_ITEM_PRICE
    • INVOICE

      public static final EntityType INVOICE
    • QUOTE

      public static final EntityType QUOTE
    • CREDIT_NOTE

      public static final EntityType CREDIT_NOTE
    • TRANSACTION

      public static final EntityType TRANSACTION
    • PLAN

      public static final EntityType PLAN
    • ADDON

      public static final EntityType ADDON
    • ORDER

      public static final EntityType ORDER
    • ITEM_FAMILY

      public static final EntityType ITEM_FAMILY
    • ITEM

      public static final EntityType ITEM
    • ITEM_PRICE

      public static final EntityType ITEM_PRICE
    • PLAN_ITEM

      public static final EntityType PLAN_ITEM
    • ADDON_ITEM

      public static final EntityType ADDON_ITEM
    • CHARGE_ITEM

      public static final EntityType CHARGE_ITEM
    • PLAN_PRICE

      public static final EntityType PLAN_PRICE
    • ADDON_PRICE

      public static final EntityType ADDON_PRICE
    • CHARGE_PRICE

      public static final EntityType CHARGE_PRICE
    • DIFFERENTIAL_PRICE

      public static final EntityType DIFFERENTIAL_PRICE
    • ATTACHED_ITEM

      public static final EntityType ATTACHED_ITEM
    • FEATURE

      public static final EntityType FEATURE
    • SUBSCRIPTION_ENTITLEMENT

      public static final EntityType SUBSCRIPTION_ENTITLEMENT
    • ITEM_ENTITLEMENT

      public static final EntityType ITEM_ENTITLEMENT
    • BUSINESS_ENTITY

      public static final EntityType BUSINESS_ENTITY
    • PRICE_VARIANT

      public static final EntityType PRICE_VARIANT
    • OMNICHANNEL_SUBSCRIPTION

      public static final EntityType OMNICHANNEL_SUBSCRIPTION
    • OMNICHANNEL_SUBSCRIPTION_ITEM

      public static final EntityType OMNICHANNEL_SUBSCRIPTION_ITEM
    • OMNICHANNEL_TRANSACTION

      public static final EntityType OMNICHANNEL_TRANSACTION
    • RECORDED_PURCHASE

      public static final EntityType RECORDED_PURCHASE
    • OMNICHANNEL_SUBSCRIPTION_ITEM_SCHEDULED_CHANGE

      public static final EntityType OMNICHANNEL_SUBSCRIPTION_ITEM_SCHEDULED_CHANGE
    • SALES_ORDER

      public static final EntityType SALES_ORDER
    • OMNICHANNEL_ONE_TIME_ORDER

      public static final EntityType OMNICHANNEL_ONE_TIME_ORDER
    • OMNICHANNEL_ONE_TIME_ORDER_ITEM

      public static final EntityType OMNICHANNEL_ONE_TIME_ORDER_ITEM
    • USAGE_FILE

      public static final EntityType USAGE_FILE
    • _UNKNOWN

      public static final EntityType _UNKNOWN
  • Method Details

    • values

      public static EntityType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static 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