An upsert operation on external object records generates an array of objects of type DataSource.UpsertResult. Its methods create result records that indicate whether the upsert operation succeeded or failed.
The following are properties for UpsertResult.
The following are methods for UpsertResult.
public Boolean equals(Object obj)
Type: Boolean
public static DataSource.UpsertResult failure(String externalId, String errorMessage)
public Integer hashCode()
Type: Integer
public static DataSource.UpsertResult success(String externalId)
Type: DataSource.UpsertResult
Status result of the upsert operation for the external object record with the given external ID.