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