Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.validation.InvalidReportHeaderProfileApiResponse
Packages that use InvalidReportHeaderProfileApiResponse
Package
Description
Contains API controllers for position endpoints.
Contains controllers for handling
Transactions.-
Uses of InvalidReportHeaderProfileApiResponse in com.bluebell.greenhouse.planter.controllers.position
Methods in com.bluebell.greenhouse.planter.controllers.position with annotations of type InvalidReportHeaderProfileApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> PositionApiController.getPositionReport(AccountRequestContext context, String headerProfile) Generates a csv report for the given account's positions. -
Uses of InvalidReportHeaderProfileApiResponse in com.bluebell.greenhouse.planter.controllers.transaction
Methods in com.bluebell.greenhouse.planter.controllers.transaction with annotations of type InvalidReportHeaderProfileApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.core.io.ByteArrayResource> TransactionApiController.getTransactionReport(AccountRequestContext context, String headerProfile) Generates a csv report for the given account's transactions.