public static class ServiceModel.ImportItemObservation extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
Errors |
ServiceModel.Observation |
ExistingItem |
List<String> |
Fields |
String |
Input |
ServiceModel.Observation |
Item |
List<ServiceModel.ImportChangeItem> |
ItemComparison |
String |
RowId |
ServiceModel.ImportItemStatusType |
Status |
List<String> |
WarningMessages |
| Constructor and Description |
|---|
ImportItemObservation() |
public Object Errors
public String RowId
public String Input
public ServiceModel.ImportItemStatusType Status
public ServiceModel.Observation Item
public ServiceModel.Observation ExistingItem
public List<ServiceModel.ImportChangeItem> ItemComparison
public ServiceModel.ImportItemObservation setFields(List<String> value)
public Object getErrors()
public ServiceModel.ImportItemObservation setErrors(Object value)
public String getRowId()
public ServiceModel.ImportItemObservation setRowId(String value)
public String getInput()
public ServiceModel.ImportItemObservation setInput(String value)
public ServiceModel.ImportItemStatusType getStatus()
public ServiceModel.ImportItemObservation setStatus(ServiceModel.ImportItemStatusType value)
public ServiceModel.Observation getItem()
public ServiceModel.ImportItemObservation setItem(ServiceModel.Observation value)
public ServiceModel.Observation getExistingItem()
public ServiceModel.ImportItemObservation setExistingItem(ServiceModel.Observation value)
public List<ServiceModel.ImportChangeItem> getItemComparison()
public ServiceModel.ImportItemObservation setItemComparison(List<ServiceModel.ImportChangeItem> value)
public ServiceModel.ImportItemObservation setWarningMessages(List<String> value)
Copyright © 2022. All rights reserved.