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