Uses of Class
de.hybris.platform.outboundsync.dto.ChangeInfo
-
Packages that use ChangeInfo Package Description de.hybris.platform.outboundsync.dto de.hybris.platform.outboundsync.job.impl -
-
Uses of ChangeInfo in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto with parameters of type ChangeInfo Modifier and Type Method Description OutboundItemDTO.BuilderOutboundItemDTO.Builder. withInfo(ChangeInfo info) -
Uses of ChangeInfo in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl that return types with arguments of type ChangeInfo Modifier and Type Method Description java.util.Optional<ChangeInfo>ChangeInfoParser. parse(java.lang.String info)Parses info associated with an item change.java.util.Optional<ChangeInfo>DefaultChangeInfoParser. parse(java.lang.String info)Parses info associated with an item change.
-