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 Summary

    Modifier and Type
    Method
    Description
    element : deletedDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
    element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
    void
    setDeletedDate(Calendar deletedDate)
     
    void
     
  • Method Details

    • 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)