Uses of Enum
com.xero.models.bankfeeds.Statement.StatusEnum
Packages that use Statement.StatusEnum
-
Uses of Statement.StatusEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Statement.StatusEnumModifier and TypeMethodDescriptionstatic Statement.StatusEnumfromValueStatement.getStatus()Current status of statementsstatic Statement.StatusEnumReturns the enum constant of this type with the specified name.static Statement.StatusEnum[]Statement.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.bankfeeds with parameters of type Statement.StatusEnumModifier and TypeMethodDescriptionvoidStatement.setStatus(Statement.StatusEnum status) Current status of statementsStatement.status(Statement.StatusEnum status) Current status of statements