public static enum Target.ResumeTypeCase extends java.lang.Enum<Target.ResumeTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
READ_TIME |
RESUME_TOKEN |
RESUMETYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Target.ResumeTypeCase |
forNumber(int value) |
int |
getNumber() |
static Target.ResumeTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Target.ResumeTypeCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Target.ResumeTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Target.ResumeTypeCase RESUME_TOKEN
public static final Target.ResumeTypeCase READ_TIME
public static final Target.ResumeTypeCase RESUMETYPE_NOT_SET
public static Target.ResumeTypeCase[] values()
for (Target.ResumeTypeCase c : Target.ResumeTypeCase.values()) System.out.println(c);
public static Target.ResumeTypeCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static Target.ResumeTypeCase valueOf(int value)
forNumber(int) instead.public static Target.ResumeTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite