public static enum ReportingV3ReportsGet200ResponseReports.StatusEnum extends Enum<ReportingV3ReportsGet200ResponseReports.StatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportingV3ReportsGet200ResponseReports.StatusEnum.Adapter |
| Enum Constant and Description |
|---|
COMPLETED |
ERROR |
NO_DATA |
PENDING |
QUEUED |
RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static ReportingV3ReportsGet200ResponseReports.StatusEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ReportingV3ReportsGet200ResponseReports.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingV3ReportsGet200ResponseReports.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum COMPLETED
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum PENDING
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum QUEUED
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum RUNNING
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum ERROR
public static final ReportingV3ReportsGet200ResponseReports.StatusEnum NO_DATA
public static ReportingV3ReportsGet200ResponseReports.StatusEnum[] values()
for (ReportingV3ReportsGet200ResponseReports.StatusEnum c : ReportingV3ReportsGet200ResponseReports.StatusEnum.values()) System.out.println(c);
public static ReportingV3ReportsGet200ResponseReports.StatusEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<ReportingV3ReportsGet200ResponseReports.StatusEnum>public static ReportingV3ReportsGet200ResponseReports.StatusEnum fromValue(String text)
Copyright © 2018. All rights reserved.