Uses of Class
de.hybris.platform.outboundsync.job.impl.OutboundSyncStateBuilder
Packages that use OutboundSyncStateBuilder
-
Uses of OutboundSyncStateBuilder in de.hybris.platform.outboundsync.job.impl
Subclasses of OutboundSyncStateBuilder in de.hybris.platform.outboundsync.job.implModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.outboundsync.job.impl that return OutboundSyncStateBuilderModifier and TypeMethodDescriptionstatic 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.OutboundSyncStateBuilder.withAborted(boolean aborted) OutboundSyncStateBuilder.withErrorCount(int errorCount) OutboundSyncStateBuilder.withStartTime(Instant time) OutboundSyncStateBuilder.withStartTime(Date time) OutboundSyncStateBuilder.withSuccessCount(int successCount) OutboundSyncStateBuilder.withSystemicError(boolean systemicError) OutboundSyncStateBuilder.withTotalItems(Integer cnt) OutboundSyncStateBuilder.withUnprocessedCount(int unprocessedCount)
OutboundSyncStateBuilderinstead.