public static enum ExportRequest.Status extends Enum<ExportRequest.Status> implements BmcEnum
Export Objects request status.
Enum Constant and Description |
---|
Failed |
InProgress |
Queued |
Successful |
Terminated |
Terminating |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ExportRequest.Status |
create(String key) |
String |
getValue() |
static ExportRequest.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportRequest.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportRequest.Status Successful
public static final ExportRequest.Status Failed
public static final ExportRequest.Status InProgress
public static final ExportRequest.Status Terminating
public static final ExportRequest.Status Terminated
public static final ExportRequest.Status Queued
public static final ExportRequest.Status UnknownEnumValue
public static ExportRequest.Status[] values()
for (ExportRequest.Status c : ExportRequest.Status.values()) System.out.println(c);
public static ExportRequest.Status 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 static ExportRequest.Status create(String key)
Copyright © 2016–2024. All rights reserved.