Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTradeBankModel.ExpectedErrorEnum
-
Packages that use PostTradeBankModel.ExpectedErrorEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTradeBankModel.ExpectedErrorEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTradeBankModel.ExpectedErrorEnum Modifier and Type Method Description static PostTradeBankModel.ExpectedErrorEnumPostTradeBankModel.ExpectedErrorEnum. fromValue(String value)PostTradeBankModel.ExpectedErrorEnumPostTradeBankModel. getExpectedError()The optional expected error to simulate trade failure.static PostTradeBankModel.ExpectedErrorEnumPostTradeBankModel.ExpectedErrorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTradeBankModel.ExpectedErrorEnum[]PostTradeBankModel.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 that return types with arguments of type PostTradeBankModel.ExpectedErrorEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostTradeBankModel.ExpectedErrorEnum>PostTradeBankModel. getExpectedError_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostTradeBankModel.ExpectedErrorEnum Modifier and Type Method Description PostTradeBankModelPostTradeBankModel. expectedError(PostTradeBankModel.ExpectedErrorEnum expectedError)voidPostTradeBankModel. setExpectedError(PostTradeBankModel.ExpectedErrorEnum expectedError)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostTradeBankModel.ExpectedErrorEnum Modifier and Type Method Description voidPostTradeBankModel. setExpectedError_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostTradeBankModel.ExpectedErrorEnum> expectedError)
-