Package | Description |
---|---|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
Modifier and Type | Method and Description |
---|---|
static UpdateSyncInfo |
UpdateSyncInfo.of(Reference<Channel> channel,
String externalId,
ZonedDateTime syncedAt) |
static UpdateSyncInfo |
UpdateSyncInfo.of(Referenceable<Channel> channel) |
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel) |
static UpdateSyncInfo |
UpdateSyncInfo.of(ResourceIdentifier<Channel> channel,
String externalId,
ZonedDateTime syncedAt) |
UpdateSyncInfo |
UpdateSyncInfo.withExternalId(String externalId) |
UpdateSyncInfo |
UpdateSyncInfo.withSyncedAt(ZonedDateTime syncedAt) |