Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ResourceSpecificationRef
-
Packages that use ResourceSpecificationRef Package Description de.hybris.platform.b2ctelcotmfwebservices.v2.dto -
-
Uses of ResourceSpecificationRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ResourceSpecificationRef Modifier and Type Method Description ResourceSpecificationRefResourceSpecificationRef. atreferredType(java.lang.String atreferredType)ResourceSpecificationRefResourceSpecificationRef. href(java.lang.String href)ResourceSpecificationRefResourceSpecificationRef. id(java.lang.String id)ResourceSpecificationRefResourceSpecificationRef. name(java.lang.String name)ResourceSpecificationRefResourceSpecificationRef. version(java.lang.String version)Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ResourceSpecificationRef Modifier and Type Method Description @Valid java.util.List<ResourceSpecificationRef>ProductSpecificationUnderscoreCreate. getResourceSpecification()Get resourceSpecification@Valid java.util.List<ResourceSpecificationRef>ProductSpecificationUnderscoreUpdate. getResourceSpecification()Get resourceSpecificationMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ResourceSpecificationRef Modifier and Type Method Description ProductSpecificationUnderscoreCreateProductSpecificationUnderscoreCreate. addResourceSpecificationItem(ResourceSpecificationRef resourceSpecificationItem)ProductSpecificationUnderscoreUpdateProductSpecificationUnderscoreUpdate. addResourceSpecificationItem(ResourceSpecificationRef resourceSpecificationItem)Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ResourceSpecificationRef Modifier and Type Method Description ProductSpecificationUnderscoreCreateProductSpecificationUnderscoreCreate. resourceSpecification(java.util.List<ResourceSpecificationRef> resourceSpecification)ProductSpecificationUnderscoreUpdateProductSpecificationUnderscoreUpdate. resourceSpecification(java.util.List<ResourceSpecificationRef> resourceSpecification)voidProductSpecificationUnderscoreCreate. setResourceSpecification(java.util.List<ResourceSpecificationRef> resourceSpecification)voidProductSpecificationUnderscoreUpdate. setResourceSpecification(java.util.List<ResourceSpecificationRef> resourceSpecification)
-