Enum ExpensesRetrieveRequestExpand
- java.lang.Object
-
- java.lang.Enum<ExpensesRetrieveRequestExpand>
-
- com.merge.api.resources.accounting.expenses.types.ExpensesRetrieveRequestExpand
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ExpensesRetrieveRequestExpand>
public enum ExpensesRetrieveRequestExpand extends java.lang.Enum<ExpensesRetrieveRequestExpand>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static ExpensesRetrieveRequestExpandvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExpensesRetrieveRequestExpand[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACCOUNT
public static final ExpensesRetrieveRequestExpand ACCOUNT
-
ACCOUNT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand ACCOUNT_ACCOUNTING_PERIOD
-
ACCOUNT_COMPANY
public static final ExpensesRetrieveRequestExpand ACCOUNT_COMPANY
-
ACCOUNT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand ACCOUNT_COMPANY_ACCOUNTING_PERIOD
-
ACCOUNT_CONTACT
public static final ExpensesRetrieveRequestExpand ACCOUNT_CONTACT
-
ACCOUNT_CONTACT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand ACCOUNT_CONTACT_ACCOUNTING_PERIOD
-
ACCOUNT_CONTACT_COMPANY
public static final ExpensesRetrieveRequestExpand ACCOUNT_CONTACT_COMPANY
-
ACCOUNT_CONTACT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand ACCOUNT_CONTACT_COMPANY_ACCOUNTING_PERIOD
-
ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand ACCOUNTING_PERIOD
-
COMPANY
public static final ExpensesRetrieveRequestExpand COMPANY
-
COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand COMPANY_ACCOUNTING_PERIOD
-
CONTACT
public static final ExpensesRetrieveRequestExpand CONTACT
-
CONTACT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand CONTACT_ACCOUNTING_PERIOD
-
CONTACT_COMPANY
public static final ExpensesRetrieveRequestExpand CONTACT_COMPANY
-
CONTACT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand CONTACT_COMPANY_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES
-
TRACKING_CATEGORIES_ACCOUNT
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT
-
TRACKING_CATEGORIES_ACCOUNT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_ACCOUNT_COMPANY
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_COMPANY
-
TRACKING_CATEGORIES_ACCOUNT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_COMPANY_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_ACCOUNT_CONTACT
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_CONTACT
-
TRACKING_CATEGORIES_ACCOUNT_CONTACT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_CONTACT_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_ACCOUNT_CONTACT_COMPANY
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_CONTACT_COMPANY
-
TRACKING_CATEGORIES_ACCOUNT_CONTACT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNT_CONTACT_COMPANY_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_COMPANY
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_COMPANY
-
TRACKING_CATEGORIES_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_COMPANY_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_CONTACT
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_CONTACT
-
TRACKING_CATEGORIES_CONTACT_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_CONTACT_ACCOUNTING_PERIOD
-
TRACKING_CATEGORIES_CONTACT_COMPANY
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_CONTACT_COMPANY
-
TRACKING_CATEGORIES_CONTACT_COMPANY_ACCOUNTING_PERIOD
public static final ExpensesRetrieveRequestExpand TRACKING_CATEGORIES_CONTACT_COMPANY_ACCOUNTING_PERIOD
-
-
Method Detail
-
values
public static ExpensesRetrieveRequestExpand[] 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 (ExpensesRetrieveRequestExpand c : ExpensesRetrieveRequestExpand.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExpensesRetrieveRequestExpand valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<ExpensesRetrieveRequestExpand>
-
-