public static enum TierTopicHeadDataLossDetectionResponse.CompletionStatus extends Enum<TierTopicHeadDataLossDetectionResponse.CompletionStatus>
Modifier and Type | Method and Description |
---|---|
static TierTopicHeadDataLossDetectionResponse.CompletionStatus |
fromStringOrThrow(String completionStatusStr) |
static TierTopicHeadDataLossDetectionResponse.CompletionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TierTopicHeadDataLossDetectionResponse.CompletionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TierTopicHeadDataLossDetectionResponse.CompletionStatus SUCCESS
public static final TierTopicHeadDataLossDetectionResponse.CompletionStatus FAILURE
public static TierTopicHeadDataLossDetectionResponse.CompletionStatus[] values()
for (TierTopicHeadDataLossDetectionResponse.CompletionStatus c : TierTopicHeadDataLossDetectionResponse.CompletionStatus.values()) System.out.println(c);
public static TierTopicHeadDataLossDetectionResponse.CompletionStatus 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 TierTopicHeadDataLossDetectionResponse.CompletionStatus fromStringOrThrow(String completionStatusStr)