Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.UsageConsumptionReport
Packages that use UsageConsumptionReport
Package
Description
-
Uses of UsageConsumptionReport in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return UsageConsumptionReportModifier and TypeMethodDescriptionUsageConsumptionReport.addBucketItem(UsageVolumeProduct bucketItem) UsageConsumptionReport.atBaseType(String atBaseType) UsageConsumptionReport.atSchemaLocation(String atSchemaLocation) UsageConsumptionReport.bucket(List<UsageVolumeProduct> bucket) UsageConsumptionReport.description(String description) UsageConsumptionReport.effectiveDate(Date effectiveDate) UsageConsumptionReport.relatedParty(RelatedParty relatedParty) -
Uses of UsageConsumptionReport in de.hybris.platform.usageconsumptiontmfwebservices.v2.api
Methods in de.hybris.platform.usageconsumptiontmfwebservices.v2.api that return types with arguments of type UsageConsumptionReportModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<UsageConsumptionReport>>UsageConsumptionReportApi.listUsageConsumptionReport(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId, @Valid String productId, @Valid String publicIdentifier) -
Uses of UsageConsumptionReport in de.hybris.platform.usageconsumptiontmfwebservices.v2.controllers
Methods in de.hybris.platform.usageconsumptiontmfwebservices.v2.controllers that return types with arguments of type UsageConsumptionReportModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<UsageConsumptionReport>>UcUsageConsumptionReportController.listUsageConsumptionReport(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String relatedPartyId, @Valid String productId, @Valid String publicIdentifier)