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 that return types with arguments of type PostTradeBankModel.TradeTypeEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostTradeBankModel.TradeTypeEnum>PostTradeBankModel. getTradeType_JsonNullable()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)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostTradeBankModel.TradeTypeEnum Modifier and Type Method Description voidPostTradeBankModel. setTradeType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostTradeBankModel.TradeTypeEnum> tradeType)
-