| Package | Description |
|---|---|
| au.org.consumerdatastandards.holder.api | |
| au.org.consumerdatastandards.holder.model | |
| au.org.consumerdatastandards.holder.service |
| 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 |
|---|---|
static ParamEffective |
ParamEffective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamEffective[] |
ParamEffective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<BankingProduct> |
BankingProductsService.findProductsLike(ParamEffective effective,
BankingProduct bankingProduct,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2019. All rights reserved.