Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostQuoteBankModel.SideEnum
-
Packages that use PostQuoteBankModel.SideEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostQuoteBankModel.SideEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostQuoteBankModel.SideEnum Modifier and Type Method Description static PostQuoteBankModel.SideEnumPostQuoteBankModel.SideEnum. fromValue(String value)PostQuoteBankModel.SideEnumPostQuoteBankModel. getSide()The direction of the quote: either 'buy' or 'sell'.static PostQuoteBankModel.SideEnumPostQuoteBankModel.SideEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostQuoteBankModel.SideEnum[]PostQuoteBankModel.SideEnum. 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 PostQuoteBankModel.SideEnum Modifier and Type Method Description voidPostQuoteBankModel. setSide(PostQuoteBankModel.SideEnum side)PostQuoteBankModelPostQuoteBankModel. side(PostQuoteBankModel.SideEnum side)
-