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