Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostTransferParticipantBankModel.TypeEnum
-
Packages that use PostTransferParticipantBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostTransferParticipantBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostTransferParticipantBankModel.TypeEnum Modifier and Type Method Description static PostTransferParticipantBankModel.TypeEnumPostTransferParticipantBankModel.TypeEnum. fromValue(String value)PostTransferParticipantBankModel.TypeEnumPostTransferParticipantBankModel. getType()The type of participantstatic PostTransferParticipantBankModel.TypeEnumPostTransferParticipantBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostTransferParticipantBankModel.TypeEnum[]PostTransferParticipantBankModel.TypeEnum. 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 PostTransferParticipantBankModel.TypeEnum Modifier and Type Method Description voidPostTransferParticipantBankModel. setType(PostTransferParticipantBankModel.TypeEnum type)PostTransferParticipantBankModelPostTransferParticipantBankModel. type(PostTransferParticipantBankModel.TypeEnum type)
-