Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostPaymentInstructionBankModel.ExpectedBehaviourEnum
-
Packages that use PostPaymentInstructionBankModel.ExpectedBehaviourEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostPaymentInstructionBankModel.ExpectedBehaviourEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostPaymentInstructionBankModel.ExpectedBehaviourEnum Modifier and Type Method Description static PostPaymentInstructionBankModel.ExpectedBehaviourEnumPostPaymentInstructionBankModel.ExpectedBehaviourEnum. fromValue(String value)PostPaymentInstructionBankModel.ExpectedBehaviourEnumPostPaymentInstructionBankModel. getExpectedBehaviour()The optional expected behaviour to simulate.static PostPaymentInstructionBankModel.ExpectedBehaviourEnumPostPaymentInstructionBankModel.ExpectedBehaviourEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostPaymentInstructionBankModel.ExpectedBehaviourEnum[]PostPaymentInstructionBankModel.ExpectedBehaviourEnum. 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 PostPaymentInstructionBankModel.ExpectedBehaviourEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostPaymentInstructionBankModel.ExpectedBehaviourEnum>PostPaymentInstructionBankModel. getExpectedBehaviour_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostPaymentInstructionBankModel.ExpectedBehaviourEnum Modifier and Type Method Description PostPaymentInstructionBankModelPostPaymentInstructionBankModel. expectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)voidPostPaymentInstructionBankModel. setExpectedBehaviour(PostPaymentInstructionBankModel.ExpectedBehaviourEnum expectedBehaviour)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostPaymentInstructionBankModel.ExpectedBehaviourEnum Modifier and Type Method Description voidPostPaymentInstructionBankModel. setExpectedBehaviour_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostPaymentInstructionBankModel.ExpectedBehaviourEnum> expectedBehaviour)
-