Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferBankModel.ExpectedBehavioursEnum
-
Packages that use PostTransferBankModel.ExpectedBehavioursEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferBankModel.ExpectedBehavioursEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferBankModel.ExpectedBehavioursEnum Modifier and Type Method Description static PostTransferBankModel.ExpectedBehavioursEnumPostTransferBankModel.ExpectedBehavioursEnum. fromValue(String value)static PostTransferBankModel.ExpectedBehavioursEnumPostTransferBankModel.ExpectedBehavioursEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTransferBankModel.ExpectedBehavioursEnum[]PostTransferBankModel.ExpectedBehavioursEnum. 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 PostTransferBankModel.ExpectedBehavioursEnum Modifier and Type Method Description List<PostTransferBankModel.ExpectedBehavioursEnum>PostTransferBankModel. getExpectedBehaviours()The optional expected behaviour to simulate.org.openapitools.jackson.nullable.JsonNullable<List<PostTransferBankModel.ExpectedBehavioursEnum>>PostTransferBankModel. getExpectedBehaviours_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostTransferBankModel.ExpectedBehavioursEnum Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. addExpectedBehavioursItem(PostTransferBankModel.ExpectedBehavioursEnum expectedBehavioursItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostTransferBankModel.ExpectedBehavioursEnum Modifier and Type Method Description PostTransferBankModelPostTransferBankModel. expectedBehaviours(List<PostTransferBankModel.ExpectedBehavioursEnum> expectedBehaviours)voidPostTransferBankModel. setExpectedBehaviours(List<PostTransferBankModel.ExpectedBehavioursEnum> expectedBehaviours)voidPostTransferBankModel. setExpectedBehaviours_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<PostTransferBankModel.ExpectedBehavioursEnum>> expectedBehaviours)
-