Class OutboundSyncState.Builder
- java.lang.Object
-
- de.hybris.platform.outboundsync.job.impl.OutboundSyncStateBuilder
-
- de.hybris.platform.outboundsync.job.impl.OutboundSyncState.Builder
-
- Enclosing class:
- OutboundSyncState
@Deprecated(since="21.05", forRemoval=true) public static class OutboundSyncState.Builder extends OutboundSyncStateBuilderDeprecated, for removal: This API element is subject to removal in a future version.Please useOutboundSyncStateBuilderinstead.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OutboundSyncState.Builderfrom(@NotNull OutboundSyncState initialState)Deprecated, for removal: This API element is subject to removal in a future version.static OutboundSyncState.BuilderinitialOutboundSyncState()Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.outboundsync.job.impl.OutboundSyncStateBuilder
build, withAborted, withErrorCount, withStartTime, withSuccessCount, withSystemicError, withTotalItems, withUnprocessedCount
-
-
-
-
Method Detail
-
initialOutboundSyncState
public static OutboundSyncState.Builder initialOutboundSyncState()
Deprecated, for removal: This API element is subject to removal in a future version.
-
from
public static OutboundSyncState.Builder from(@NotNull @NotNull OutboundSyncState initialState)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-