Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.NetworkProductRef
Packages that use NetworkProductRef
Package
Description
-
Uses of NetworkProductRef in de.hybris.platform.tuawebservicesresources.mappers.networkproductref
Methods in de.hybris.platform.tuawebservicesresources.mappers.networkproductref with parameters of type NetworkProductRefModifier and TypeMethodDescriptionvoidNetworkProductRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProductRef target, ma.glasnost.orika.MappingContext context) voidNetworkProductRefReferredType.populateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProductRef target, ma.glasnost.orika.MappingContext context) voidNetworkProductRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProductRef target, ma.glasnost.orika.MappingContext context) -
Uses of NetworkProductRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return NetworkProductRefModifier and TypeMethodDescriptionNetworkProductRef.atbaseType(String atbaseType) NetworkProductRef.atreferredType(String atreferredType) NetworkProductRef.atschemaLocation(String atschemaLocation) @Valid NetworkProductRefConsumptionSummary.getProduct()Public identifier associated to the product for which the consumption counter is detailed.@Valid NetworkProductRefUsageConsumptionReportRequest.getProduct()Network product reference for which the usage consumption report is requestedNetworkProductRef.publicIdentifier(String publicIdentifier) Methods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type NetworkProductRefModifier and TypeMethodDescriptionConsumptionSummary.product(NetworkProductRef product) UsageConsumptionReportRequest.product(NetworkProductRef product) voidConsumptionSummary.setProduct(NetworkProductRef product) voidUsageConsumptionReportRequest.setProduct(NetworkProductRef product)