public class SaveResult extends Object
Represents the result of saving the retrieved item.
Modifier and Type | Method and Description |
---|---|
List<SaveResult> |
getAttachments()
Gets the save results of attachments.
|
List<PropertyDescriptor> |
getMissedProperties()
Gets the collection of missed properties.
|
int |
getStatus()
Gets the saving status.
|
public final int getStatus()
Gets the saving status.
Value: TheSaveStatus
.public final List<PropertyDescriptor> getMissedProperties()
Gets the collection of missed properties.
Value: The list ofPropertyDescriptor
.public final List<SaveResult> getAttachments()
Gets the save results of attachments.
Value: The list ofSaveResult
.