Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferBankModel.ExpectedErrorEnum
-
Packages that use PostTransferBankModel.ExpectedErrorEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferBankModel.ExpectedErrorEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferBankModel.ExpectedErrorEnum Modifier and Type Method Description static PostTransferBankModel.ExpectedErrorEnumPostTransferBankModel.ExpectedErrorEnum. fromValue(String value)PostTransferBankModel.ExpectedErrorEnumPostTransferBankModel. getExpectedError()The optional expected error to simulate transfer failure.static PostTransferBankModel.ExpectedErrorEnumPostTransferBankModel.ExpectedErrorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTransferBankModel.ExpectedErrorEnum[]PostTransferBankModel.ExpectedErrorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostTransferBankModel.ExpectedErrorEnum Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. expectedError(PostTransferBankModel.ExpectedErrorEnum expectedError)voidPostTransferBankModel. setExpectedError(PostTransferBankModel.ExpectedErrorEnum expectedError)
-