@ShellComponent @ShellCommandGroup(value="BankingProducts") public class BankingProducts extends ApiCliBase
| Constructor and Description |
|---|
BankingProducts() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProductDetail(Boolean check,
String productId) |
String |
listProducts(Boolean check,
String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince) |
throwConformanceErrors@ShellMethod(value="Get product detail") public String getProductDetail(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") String productId) throws Exception
Exception@ShellMethod(value="List products") public String listProducts(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") String brand, @ShellOption(defaultValue="__NULL__") BankingProductsAPI.ParamEffective effective, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="__NULL__") ParamProductCategory productCategory, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime updatedSince) throws Exception
ExceptionCopyright © 2019. All rights reserved.