@Controller
@RequestMapping(value="${openapi.consumerDataStandards.base-path:/cds-au/v1}")
public class BankingProductsApiController
extends Object
implements BankingProductsApi
| Constructor and Description |
|---|
BankingProductsApiController(org.springframework.web.context.request.NativeWebRequest request,
BankingProductsService service) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ResponseBankingProductById> |
getProductDetail(String productId) |
Optional<org.springframework.web.context.request.NativeWebRequest> |
getRequest() |
org.springframework.http.ResponseEntity<ResponseBankingProductList> |
listProducts(@Valid ParamEffective effective,
@Valid java.time.OffsetDateTime updatedSince,
@Valid String brand,
@Valid BankingProductCategory productCategory,
@Valid Integer page,
@Valid Integer pageSize) |
@Autowired
public BankingProductsApiController(org.springframework.web.context.request.NativeWebRequest request,
BankingProductsService service)
public Optional<org.springframework.web.context.request.NativeWebRequest> getRequest()
getRequest in interface BankingProductsApipublic org.springframework.http.ResponseEntity<ResponseBankingProductById> getProductDetail(String productId)
getProductDetail in interface BankingProductsApipublic org.springframework.http.ResponseEntity<ResponseBankingProductList> listProducts(@Valid @Valid ParamEffective effective, @Valid @Valid java.time.OffsetDateTime updatedSince, @Valid @Valid String brand, @Valid @Valid BankingProductCategory productCategory, @Valid @Valid Integer page, @Valid @Valid Integer pageSize)
listProducts in interface BankingProductsApiCopyright © 2019. All rights reserved.