Uses of Enum
com.xero.models.accounting.LinkedTransaction.StatusEnum
Packages that use LinkedTransaction.StatusEnum
-
Uses of LinkedTransaction.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return LinkedTransaction.StatusEnumModifier and TypeMethodDescriptionstatic LinkedTransaction.StatusEnumfromValueLinkedTransaction.getStatus()Filter by the combination of ContactID and Status.static LinkedTransaction.StatusEnumReturns the enum constant of this type with the specified name.static LinkedTransaction.StatusEnum[]LinkedTransaction.StatusEnum.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.StatusEnumModifier and TypeMethodDescriptionvoidLinkedTransaction.setStatus(LinkedTransaction.StatusEnum status) Filter by the combination of ContactID and Status.LinkedTransaction.status(LinkedTransaction.StatusEnum status) Filter by the combination of ContactID and Status.