DetailColumn Class
Contains methods for describing fields that contain detailed
data. Detailed data fields are also listed in the report metadata.
Namespace
DetailColumn Instance Methods
The following are instance methods for DetailColumn. All are instance methods.
getName()
Returns the unique API name of the detail column field.
Syntax
public String getName()
Return Value
Type: String
getLabel()
Returns the localized display name of a standard field,
the ID of a custom field, or the API name of a bucket field that has
detailed data.
Syntax
public String getLabel()
Return Value
Type: String
getDataType()
Returns the data type of a detail column field.
Syntax
public Reports.ColumnDataType getDataType()
Return Value
Type: Reports.ColumnDataType