Package com.sforce.soap.partner
Interface IDeletedRecord
-
- All Known Implementing Classes:
DeletedRecord
public interface IDeletedRecordThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalendargetDeletedDate()element : deletedDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.CalendarStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringvoidsetDeletedDate(Calendar deletedDate)voidsetId(String id)
-
-
-
Method Detail
-
getDeletedDate
Calendar getDeletedDate()
element : deletedDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
-
setDeletedDate
void setDeletedDate(Calendar deletedDate)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
-