public class Report extends AbstractSObjectBase
Salesforce DTO for SObject Report
  • Constructor Details

    • Report

      public Report()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String Description)
    • getDeveloperName

      public String getDeveloperName()
    • setDeveloperName

      public void setDeveloperName(String DeveloperName)
    • getNamespacePrefix

      public String getNamespacePrefix()
    • setNamespacePrefix

      public void setNamespacePrefix(String NamespacePrefix)
    • getLastRunDate

      public ZonedDateTime getLastRunDate()
    • setLastRunDate

      public void setLastRunDate(ZonedDateTime LastRunDate)
    • getFormat

      public FormatEnum getFormat()
    • setFormat

      public void setFormat(FormatEnum Format)