Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum
-
Packages that use PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum Modifier and Type Method Description static PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnumPostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum. fromValue(String value)PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnumPostSupportedPayoutSymbolsBankModel. getParticipantsType()The participants the symbol is permitted for.static PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnumPostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum[]PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum. 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 PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum Modifier and Type Method Description PostSupportedPayoutSymbolsBankModelPostSupportedPayoutSymbolsBankModel. participantsType(PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum participantsType)voidPostSupportedPayoutSymbolsBankModel. setParticipantsType(PostSupportedPayoutSymbolsBankModel.ParticipantsTypeEnum participantsType)
-