Class Report
- java.lang.Object
-
- org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
-
- org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
-
- org.apache.camel.component.salesforce.api.dto.analytics.reports.Report
-
public class Report extends AbstractSObjectBase
Salesforce DTO for SObject Report
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetDeveloperName()FormatEnumgetFormat()ZonedDateTimegetLastRunDate()StringgetNamespacePrefix()voidsetDescription(String Description)voidsetDeveloperName(String DeveloperName)voidsetFormat(FormatEnum Format)voidsetLastRunDate(ZonedDateTime LastRunDate)voidsetNamespacePrefix(String NamespacePrefix)-
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getFieldsToNull, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getLastReferencedDate, getLastViewedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setFieldsToNull, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setLastReferencedDate, setLastViewedDate, setName, setOwnerId, setSystemModstamp
-
Methods inherited from class org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
toString
-
-
-
-
Method Detail
-
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)
-
-