Uses of Class
de.hybris.platform.outboundsync.job.impl.OutboundSyncStateBuilder
-
Packages that use OutboundSyncStateBuilder Package Description de.hybris.platform.outboundsync.job.impl -
-
Uses of OutboundSyncStateBuilder in de.hybris.platform.outboundsync.job.impl
Subclasses of OutboundSyncStateBuilder in de.hybris.platform.outboundsync.job.impl Modifier and Type Class Description static classOutboundSyncState.BuilderDeprecated, for removal: This API element is subject to removal in a future version.Please useOutboundSyncStateBuilderinstead.Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncStateBuilder Modifier and Type Method Description static OutboundSyncStateBuilderOutboundSyncStateBuilder. from(@NotNull OutboundSyncState initialState)Creates a new instance of this builder by initializing its state to the provided outbound sync state.static OutboundSyncStateBuilderOutboundSyncStateBuilder. initialOutboundSyncState()Creates initial outbound sync job state builder instance.OutboundSyncStateBuilderOutboundSyncStateBuilder. withAborted(boolean aborted)OutboundSyncStateBuilderOutboundSyncStateBuilder. withErrorCount(int errorCount)OutboundSyncStateBuilderOutboundSyncStateBuilder. withStartTime(java.util.Date time)OutboundSyncStateBuilderOutboundSyncStateBuilder. withSuccessCount(int successCount)OutboundSyncStateBuilderOutboundSyncStateBuilder. withSystemicError(boolean systemicError)OutboundSyncStateBuilderOutboundSyncStateBuilder. withTotalItems(java.lang.Integer cnt)OutboundSyncStateBuilderOutboundSyncStateBuilder. withUnprocessedCount(int unprocessedCount)
-