| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
ReportDataEntry.Type |
ReportDataEntry.getType()
Type of value defined by this data entry.
|
static ReportDataEntry.Type |
ReportDataEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportDataEntry.Type[] |
ReportDataEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReportDataEntry(String title,
Object value,
ReportDataEntry.Type type) |
Copyright © 2020 Atlassian. All rights reserved.