Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ServiceSpecificationRef
-
Packages that use ServiceSpecificationRef Package Description de.hybris.platform.b2ctelcotmfwebservices.v2.dto -
-
Uses of ServiceSpecificationRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ServiceSpecificationRef Modifier and Type Method Description ServiceSpecificationRefServiceSpecificationRef. atreferredType(java.lang.String atreferredType)ServiceSpecificationRefServiceSpecificationRef. href(java.lang.String href)ServiceSpecificationRefServiceSpecificationRef. id(java.lang.String id)ServiceSpecificationRefServiceSpecificationRef. name(java.lang.String name)ServiceSpecificationRefServiceSpecificationRef. version(java.lang.String version)Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ServiceSpecificationRef Modifier and Type Method Description @Valid java.util.List<ServiceSpecificationRef>ProductSpecificationUnderscoreCreate. getServiceSpecification()Get serviceSpecification@Valid java.util.List<ServiceSpecificationRef>ProductSpecificationUnderscoreUpdate. getServiceSpecification()Get serviceSpecificationMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ServiceSpecificationRef Modifier and Type Method Description ProductSpecificationUnderscoreCreateProductSpecificationUnderscoreCreate. addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem)ProductSpecificationUnderscoreUpdateProductSpecificationUnderscoreUpdate. addServiceSpecificationItem(ServiceSpecificationRef serviceSpecificationItem)Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ServiceSpecificationRef Modifier and Type Method Description ProductSpecificationUnderscoreCreateProductSpecificationUnderscoreCreate. serviceSpecification(java.util.List<ServiceSpecificationRef> serviceSpecification)ProductSpecificationUnderscoreUpdateProductSpecificationUnderscoreUpdate. serviceSpecification(java.util.List<ServiceSpecificationRef> serviceSpecification)voidProductSpecificationUnderscoreCreate. setServiceSpecification(java.util.List<ServiceSpecificationRef> serviceSpecification)voidProductSpecificationUnderscoreUpdate. setServiceSpecification(java.util.List<ServiceSpecificationRef> serviceSpecification)
-