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