Interface IDeletedRecord

  • All Known Implementing Classes:
    DeletedRecord

    public interface IDeletedRecord
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • 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)