Uses of Enum
com.xero.models.bankfeeds.FeedConnection.AccountTypeEnum
Packages that use FeedConnection.AccountTypeEnum
-
Uses of FeedConnection.AccountTypeEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnection.AccountTypeEnumModifier and TypeMethodDescriptionfromValueFeedConnection.getAccountType()High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.Returns the enum constant of this type with the specified name.static FeedConnection.AccountTypeEnum[]FeedConnection.AccountTypeEnum.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 FeedConnection.AccountTypeEnumModifier and TypeMethodDescriptionFeedConnection.accountType(FeedConnection.AccountTypeEnum accountType) High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.voidFeedConnection.setAccountType(FeedConnection.AccountTypeEnum accountType) High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.