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