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 for trade quotes: 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 that return types with arguments of type PostQuoteBankModel.SideEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostQuoteBankModel.SideEnum>PostQuoteBankModel. getSide_JsonNullable()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)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostQuoteBankModel.SideEnum Modifier and Type Method Description voidPostQuoteBankModel. setSide_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostQuoteBankModel.SideEnum> side)
-