@ShellComponent @ShellCommandGroup(value="BankingProducts") public class BankingProducts extends ApiCliBase
clientFactory| Constructor and Description |
|---|
BankingProducts() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProductDetail(boolean check,
String productId,
Integer version) |
String |
listProducts(boolean check,
String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
BankingProductCategory productCategory,
java.time.OffsetDateTime updatedSince,
Integer version) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="Get product detail") public String getProductDetail(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String productId, @ShellOption(defaultValue="1") Integer version) throws Exception
Exception@ShellMethod(value="List products") public String listProducts(@ShellOption(defaultValue="false") 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__") BankingProductCategory productCategory, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime updatedSince, @ShellOption(defaultValue="1") Integer version) throws Exception
ExceptionCopyright © 2023. All rights reserved.