Uses of Enum
com.xero.models.accounting.LinkedTransaction.TypeEnum
Packages that use LinkedTransaction.TypeEnum
-
Uses of LinkedTransaction.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return LinkedTransaction.TypeEnumModifier and TypeMethodDescriptionstatic LinkedTransaction.TypeEnumfromValueLinkedTransaction.getType()This will always be BILLABLEEXPENSE.static LinkedTransaction.TypeEnumReturns the enum constant of this type with the specified name.static LinkedTransaction.TypeEnum[]LinkedTransaction.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type LinkedTransaction.TypeEnumModifier and TypeMethodDescriptionvoidLinkedTransaction.setType(LinkedTransaction.TypeEnum type) This will always be BILLABLEEXPENSE.LinkedTransaction.type(LinkedTransaction.TypeEnum type) This will always be BILLABLEEXPENSE.