Uses of Class
com.xero.models.bankfeeds.Error.TypeEnum
-
Packages that use Error.TypeEnum Package Description com.xero.models.bankfeeds -
-
Uses of Error.TypeEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Error.TypeEnum Modifier and Type Method Description static Error.TypeEnumError.TypeEnum. fromValue(String value)fromValueError.TypeEnumError. getType()Identifies the type of error.static Error.TypeEnumError.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidError. setType(Error.TypeEnum type)Identifies the type of error.ErrorError. type(Error.TypeEnum type)Identifies the type of error.
-