Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
CREDIT_NOTE_CREATED
public static final EventType CREDIT_NOTE_CREATED
CREDIT_NOTE_CHANGED
public static final EventType CREDIT_NOTE_CHANGED
CREDIT_NOTE_DELETED
public static final EventType CREDIT_NOTE_DELETED
CREDIT_NOTE_STATUS_CHANGED
public static final EventType CREDIT_NOTE_STATUS_CHANGED
DELIVERY_NOTE_CREATED
public static final EventType DELIVERY_NOTE_CREATED
DELIVERY_NOTE_CHANGED
public static final EventType DELIVERY_NOTE_CHANGED
DELIVERY_NOTE_DELETED
public static final EventType DELIVERY_NOTE_DELETED
DOWN_PAYMENT_INVOICE_CREATED
public static final EventType DOWN_PAYMENT_INVOICE_CREATED
DOWN_PAYMENT_INVOICE_CHANGED
public static final EventType DOWN_PAYMENT_INVOICE_CHANGED
DOWN_PAYMENT_INVOICE_DELETED
public static final EventType DOWN_PAYMENT_INVOICE_DELETED
DOWN_PAYMENT_INVOICE_STATUS_CHANGED
public static final EventType DOWN_PAYMENT_INVOICE_STATUS_CHANGED
DUNNING_CREATED
public static final EventType DUNNING_CREATED
DUNNING_CHANGED
public static final EventType DUNNING_CHANGED
DUNNING_DELETED
public static final EventType DUNNING_DELETED
INVOICE_CREATED
public static final EventType INVOICE_CREATED
INVOICE_CHANGED
public static final EventType INVOICE_CHANGED
INVOICE_DELETED
public static final EventType INVOICE_DELETED
INVOICE_STATUS_CHANGED
public static final EventType INVOICE_STATUS_CHANGED
ORDER_CONFIRMATION_CREATED
public static final EventType ORDER_CONFIRMATION_CREATED
ORDER_CONFIRMATION_CHANGED
public static final EventType ORDER_CONFIRMATION_CHANGED
ORDER_CONFIRMATION_DELETED
public static final EventType ORDER_CONFIRMATION_DELETED
ORDER_CONFIRMATION_STATUS_CHANGED
public static final EventType ORDER_CONFIRMATION_STATUS_CHANGED
PAYMENT_CHANGED
public static final EventType PAYMENT_CHANGED
QUOTATION_CREATED
public static final EventType QUOTATION_CREATED
QUOTATION_CHANGED
public static final EventType QUOTATION_CHANGED
QUOTATION_DELETED
public static final EventType QUOTATION_DELETED
QUOTATION_STATUS_CHANGED
public static final EventType QUOTATION_STATUS_CHANGED
RECURRING_TEMPLATE_CREATED
public static final EventType RECURRING_TEMPLATE_CREATED
RECURRING_TEMPLATE_CHANGED
public static final EventType RECURRING_TEMPLATE_CHANGED
RECURRING_TEMPLATE_DELETED
public static final EventType RECURRING_TEMPLATE_DELETED
VOUCHER_CREATED
public static final EventType VOUCHER_CREATED
VOUCHER_CHANGED
public static final EventType VOUCHER_CHANGED
VOUCHER_DELETED
public static final EventType VOUCHER_DELETED
VOUCHER_STATUS_CHANGED
public static final EventType VOUCHER_STATUS_CHANGED
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null