public static enum ReportProjectUserOrVersion.ReportedObjectType extends Enum<ReportProjectUserOrVersion.ReportedObjectType>
| Enum Constant and Description |
|---|
PROJECT
A project
|
USER
A user
|
VERSION
A version
|
| Modifier and Type | Method and Description |
|---|---|
static ReportProjectUserOrVersion.ReportedObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportProjectUserOrVersion.ReportedObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="project") public static final ReportProjectUserOrVersion.ReportedObjectType PROJECT
@SerializedName(value="user") public static final ReportProjectUserOrVersion.ReportedObjectType USER
@SerializedName(value="version") public static final ReportProjectUserOrVersion.ReportedObjectType VERSION
public static ReportProjectUserOrVersion.ReportedObjectType[] values()
for (ReportProjectUserOrVersion.ReportedObjectType c : ReportProjectUserOrVersion.ReportedObjectType.values()) System.out.println(c);
public static ReportProjectUserOrVersion.ReportedObjectType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.