public static class ExternalIdsUpdate.UpdatedExternalIds extends Object
Constructor and Description |
---|
UpdatedExternalIds() |
Modifier and Type | Method and Description |
---|---|
Stream<ExternalId> |
all() |
Set<ExternalId> |
getRemoved() |
Set<ExternalId> |
getUpdated() |
void |
onRemove(ExternalId extId) |
void |
onUpdate(ExternalId extId) |
public void onUpdate(ExternalId extId)
public void onRemove(ExternalId extId)
public Set<ExternalId> getUpdated()
public Set<ExternalId> getRemoved()
public Stream<ExternalId> all()