public class GetDeletedResult extends Object
Java class for GetDeletedResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetDeletedResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deletedRecords" type="{urn:tooling.soap.sforce.com}DeletedRecord" maxOccurs="unbounded" minOccurs="0"/>
<element name="earliestDateAvailable" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="latestDateCovered" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DeletedRecord> |
deletedRecords |
protected XMLGregorianCalendar |
earliestDateAvailable |
protected XMLGregorianCalendar |
latestDateCovered |
| Constructor and Description |
|---|
GetDeletedResult() |
| Modifier and Type | Method and Description |
|---|---|
List<DeletedRecord> |
getDeletedRecords()
Gets the value of the deletedRecords property.
|
XMLGregorianCalendar |
getEarliestDateAvailable()
Gets the value of the earliestDateAvailable property.
|
XMLGregorianCalendar |
getLatestDateCovered()
Gets the value of the latestDateCovered property.
|
void |
setEarliestDateAvailable(XMLGregorianCalendar value)
Sets the value of the earliestDateAvailable property.
|
void |
setLatestDateCovered(XMLGregorianCalendar value)
Sets the value of the latestDateCovered property.
|
protected List<DeletedRecord> deletedRecords
protected XMLGregorianCalendar earliestDateAvailable
protected XMLGregorianCalendar latestDateCovered
public List<DeletedRecord> getDeletedRecords()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deletedRecords property.
For example, to add a new item, do as follows:
getDeletedRecords().add(newItem);
Objects of the following type(s) are allowed in the list
DeletedRecord
public XMLGregorianCalendar getEarliestDateAvailable()
XMLGregorianCalendarpublic void setEarliestDateAvailable(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLatestDateCovered()
XMLGregorianCalendarpublic void setLatestDateCovered(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.