Uses of Class
app.cybrid.cybrid_api_bank.client.model.TradeBankModel.TradeTypeEnum
-
Packages that use TradeBankModel.TradeTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of TradeBankModel.TradeTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return TradeBankModel.TradeTypeEnum Modifier and Type Method Description static TradeBankModel.TradeTypeEnumTradeBankModel.TradeTypeEnum. fromValue(String value)TradeBankModel.TradeTypeEnumTradeBankModel. getTradeType()The type of trade.static TradeBankModel.TradeTypeEnumTradeBankModel.TradeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TradeBankModel.TradeTypeEnum[]TradeBankModel.TradeTypeEnum. 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 TradeBankModel.TradeTypeEnum Modifier and Type Method Description voidTradeBankModel. setTradeType(TradeBankModel.TradeTypeEnum tradeType)TradeBankModelTradeBankModel. tradeType(TradeBankModel.TradeTypeEnum tradeType)
-