Package com.sforce.soap.partner
Class GetDeletedResult
java.lang.Object
com.sforce.soap.partner.GetDeletedResult
- All Implemented Interfaces:
IGetDeletedResult,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : deletedRecords of type {urn:partner.soap.sforce.com}DeletedRecord java type: com.sforce.soap.partner.DeletedRecord[]element : earliestDateAvailable of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarelement : latestDateCovered of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendarvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeletedRecords(IDeletedRecord[] deletedRecords) protected voidsetDeletedRecords(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEarliestDateAvailable(XmlInputStream __in, TypeMapper __typeMapper) voidsetEarliestDateAvailable(Calendar earliestDateAvailable) protected voidsetLatestDateCovered(XmlInputStream __in, TypeMapper __typeMapper) voidsetLatestDateCovered(Calendar latestDateCovered) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
GetDeletedResult
public GetDeletedResult()Constructor
-
-
Method Details
-
getDeletedRecords
Description copied from interface:IGetDeletedResultelement : deletedRecords of type {urn:partner.soap.sforce.com}DeletedRecord java type: com.sforce.soap.partner.DeletedRecord[]- Specified by:
getDeletedRecordsin interfaceIGetDeletedResult
-
setDeletedRecords
- Specified by:
setDeletedRecordsin interfaceIGetDeletedResult
-
setDeletedRecords
protected void setDeletedRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEarliestDateAvailable
Description copied from interface:IGetDeletedResultelement : earliestDateAvailable of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar- Specified by:
getEarliestDateAvailablein interfaceIGetDeletedResult
-
setEarliestDateAvailable
- Specified by:
setEarliestDateAvailablein interfaceIGetDeletedResult
-
setEarliestDateAvailable
protected void setEarliestDateAvailable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLatestDateCovered
Description copied from interface:IGetDeletedResultelement : latestDateCovered of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar- Specified by:
getLatestDateCoveredin interfaceIGetDeletedResult
-
setLatestDateCovered
- Specified by:
setLatestDateCoveredin interfaceIGetDeletedResult
-
setLatestDateCovered
protected void setLatestDateCovered(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-