@Generated public enum StartUpdateCause extends Enum<StartUpdateCause>
Enum Constant and Description |
---|
API_CALL |
JOB_TASK |
RETRY_ON_FAILURE |
SCHEMA_CHANGE |
SERVICE_UPGRADE |
USER_ACTION |
Modifier and Type | Method and Description |
---|---|
static StartUpdateCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartUpdateCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartUpdateCause API_CALL
public static final StartUpdateCause JOB_TASK
public static final StartUpdateCause RETRY_ON_FAILURE
public static final StartUpdateCause SCHEMA_CHANGE
public static final StartUpdateCause SERVICE_UPGRADE
public static final StartUpdateCause USER_ACTION
public static StartUpdateCause[] values()
for (StartUpdateCause c : StartUpdateCause.values()) System.out.println(c);
public static StartUpdateCause 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 © 2023. All rights reserved.