Uses of Class
dev.vality.swag.analytics.model.InlineResponse200
| Package | Description |
|---|---|
| dev.vality.swag.analytics.api | |
| dev.vality.swag.analytics.model |
-
Uses of InlineResponse200 in dev.vality.swag.analytics.api
Methods in dev.vality.swag.analytics.api that return types with arguments of type InlineResponse200 Modifier and Type Method Description default org.springframework.http.ResponseEntity<InlineResponse200>AnalyticsApi. getCurrentBalancesGroupByShop(String xRequestID, String partyID, String xRequestDeadline, List<String> shopIDs, List<String> excludeShopIDs) -
Uses of InlineResponse200 in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return InlineResponse200 Modifier and Type Method Description InlineResponse200InlineResponse200. addResultItem(GroupByShopAmountResult resultItem)InlineResponse200InlineResponse200. result(List<GroupByShopAmountResult> result)