public static final class ChangeRequestInfo.Status extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static ChangeRequestInfo.Status |
DONE |
static ChangeRequestInfo.Status |
PENDING |
Modifier and Type | Method and Description |
---|---|
static ChangeRequestInfo.Status |
valueOf(String constant)
Get the Status for the given String constant, and allow unrecognized values.
|
static ChangeRequestInfo.Status |
valueOfStrict(String constant)
Get the Status for the given String constant, and throw an exception if the constant is not
recognized.
|
static ChangeRequestInfo.Status[] |
values()
Return the known values for Status.
|
equals, hashCode, name, toString
public static final ChangeRequestInfo.Status PENDING
public static final ChangeRequestInfo.Status DONE
public static ChangeRequestInfo.Status valueOfStrict(String constant)
public static ChangeRequestInfo.Status valueOf(String constant)
public static ChangeRequestInfo.Status[] values()
Copyright © 2019 Google LLC. All rights reserved.