public interface SyncInfo
Modifier and Type | Method and Description |
---|---|
Reference<Channel> |
getChannel() |
String |
getExternalId() |
ZonedDateTime |
getSyncedAt() |
static SyncInfo |
of(Referenceable<Channel> channel,
ZonedDateTime syncedAt,
String externalId) |
static SyncInfo of(Referenceable<Channel> channel, ZonedDateTime syncedAt, @Nullable String externalId)
ZonedDateTime getSyncedAt()