| Package | Description |
|---|---|
| au.org.consumerdatastandards.holder.api | |
| au.org.consumerdatastandards.holder.model |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ResponseBankingProductList> |
BankingProductsApiController.listProducts(@Valid ParamEffective effective,
@Valid java.time.OffsetDateTime updatedSince,
@Valid String brand,
@Valid BankingProductCategory productCategory,
@Valid Integer page,
@Valid Integer pageSize) |
org.springframework.http.ResponseEntity<ResponseBankingProductList> |
BankingProductsApi.listProducts(@Valid ParamEffective effective,
@Valid java.time.OffsetDateTime updatedSince,
@Valid String brand,
@Valid BankingProductCategory productCategory,
@Valid Integer page,
@Valid Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
BankingProductCategory |
BankingProduct.getProductCategory() |
@NotNull @Valid BankingProductCategory |
BankingProductDetail.getProductCategory()
Get productCategory
|
static BankingProductCategory |
BankingProductCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingProductCategory[] |
BankingProductCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BankingProductDetail |
BankingProductDetail.productCategory(BankingProductCategory productCategory) |
void |
BankingProduct.setProductCategory(BankingProductCategory productCategory) |
void |
BankingProductDetail.setProductCategory(BankingProductCategory productCategory) |
Copyright © 2019. All rights reserved.