public static enum AutomotiveModel.EnumImageFetchStatus extends Enum<AutomotiveModel.EnumImageFetchStatus>
| Enum Constant and Description |
|---|
VALUE_DIRECT_UPLOAD |
VALUE_FETCH_FAILED |
VALUE_FETCHED |
VALUE_NO_STATUS |
VALUE_OUTDATED |
VALUE_PARTIAL_FETCH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AutomotiveModel.EnumImageFetchStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomotiveModel.EnumImageFetchStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DIRECT_UPLOAD") public static final AutomotiveModel.EnumImageFetchStatus VALUE_DIRECT_UPLOAD
@SerializedName(value="FETCHED") public static final AutomotiveModel.EnumImageFetchStatus VALUE_FETCHED
@SerializedName(value="FETCH_FAILED") public static final AutomotiveModel.EnumImageFetchStatus VALUE_FETCH_FAILED
@SerializedName(value="NO_STATUS") public static final AutomotiveModel.EnumImageFetchStatus VALUE_NO_STATUS
@SerializedName(value="OUTDATED") public static final AutomotiveModel.EnumImageFetchStatus VALUE_OUTDATED
@SerializedName(value="PARTIAL_FETCH") public static final AutomotiveModel.EnumImageFetchStatus VALUE_PARTIAL_FETCH
public static AutomotiveModel.EnumImageFetchStatus[] values()
for (AutomotiveModel.EnumImageFetchStatus c : AutomotiveModel.EnumImageFetchStatus.values()) System.out.println(c);
public static AutomotiveModel.EnumImageFetchStatus 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 String toString()
toString in class Enum<AutomotiveModel.EnumImageFetchStatus>Copyright © 2024. All rights reserved.