Package com.sforce.soap.metadata
Class ReportGrouping
- java.lang.Object
-
- com.sforce.soap.metadata.ReportGrouping
-
-
Constructor Summary
Constructors Constructor Description ReportGrouping()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAggregateType
public ReportAggrType getAggregateType()
-
setAggregateType
public void setAggregateType(ReportAggrType aggregateType)
-
setAggregateType
protected void setAggregateType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDateGranularity
public UserDateGranularity getDateGranularity()
-
setDateGranularity
public void setDateGranularity(UserDateGranularity dateGranularity)
-
setDateGranularity
protected void setDateGranularity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
-
setField
public void setField(String field)
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortByName
public String getSortByName()
-
setSortByName
public void setSortByName(String sortByName)
-
setSortByName
protected void setSortByName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortOrder
public SortOrder getSortOrder()
-
setSortOrder
public void setSortOrder(SortOrder sortOrder)
-
setSortOrder
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortType
public ReportSortType getSortType()
-
setSortType
public void setSortType(ReportSortType sortType)
-
setSortType
protected void setSortType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-