Uses of Enum
com.xero.models.bankfeeds.Error.TypeEnum
Packages that use Error.TypeEnum
-
Uses of Error.TypeEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Error.TypeEnumModifier and TypeMethodDescriptionstatic Error.TypeEnumfromValueError.getType()Identifies the type of error.static Error.TypeEnumReturns the enum constant of this type with the specified name.static Error.TypeEnum[]Error.TypeEnum.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 Error.TypeEnumModifier and TypeMethodDescriptionvoidError.setType(Error.TypeEnum type) Identifies the type of error.Error.type(Error.TypeEnum type) Identifies the type of error.