Serializable, Comparable<HITStatus>@Generated("software.amazon.awssdk:codegen") public enum HITStatus extends Enum<HITStatus>
| Enum Constant | Description |
|---|---|
Assignable |
|
Disposed |
|
Reviewable |
|
Reviewing |
|
Unassignable |
| Modifier and Type | Method | Description |
|---|---|---|
static HITStatus |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static HITStatus |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HITStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HITStatus Assignable
public static final HITStatus Unassignable
public static final HITStatus Reviewable
public static final HITStatus Reviewing
public static final HITStatus Disposed
public static HITStatus[] values()
for (HITStatus c : HITStatus.values()) System.out.println(c);
public static HITStatus 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.