@ShellComponent @ShellCommandGroup(value="Products API") public class BankingProducts extends Object
| Constructor and Description |
|---|
BankingProducts() |
| Modifier and Type | Method and Description |
|---|---|
void |
getProductDetail(String productId,
Boolean check) |
void |
listProducts(Boolean summary,
Boolean check,
ParamEffective effective,
String updatedSince,
String brand,
ParamProductCategory productCategory,
Integer page,
Integer pageSize) |
@ShellMethod(value="List Products")
public void listProducts(@ShellOption(defaultValue="__NULL__")
Boolean summary,
@ShellOption(defaultValue="__NULL__")
Boolean check,
@ShellOption(defaultValue="__NULL__")
ParamEffective effective,
@ShellOption(defaultValue="__NULL__")
String updatedSince,
@ShellOption(defaultValue="__NULL__")
String brand,
@ShellOption(defaultValue="__NULL__")
ParamProductCategory productCategory,
@ShellOption(defaultValue="__NULL__")
Integer page,
@ShellOption(defaultValue="__NULL__")
Integer pageSize)
throws Exception
ExceptionCopyright © 2019. All rights reserved.