public static enum ProductFeedUpload.EnumInputMethod extends Enum<ProductFeedUpload.EnumInputMethod>
| Enum Constant and Description |
|---|
VALUE_GOOGLE_SHEETS_FETCH |
VALUE_MANUAL_UPLOAD |
VALUE_REUPLOAD_LAST_FILE |
VALUE_SERVER_FETCH |
VALUE_USER_INITIATED_SERVER_FETCH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeedUpload.EnumInputMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeedUpload.EnumInputMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeedUpload.EnumInputMethod VALUE_GOOGLE_SHEETS_FETCH
public static final ProductFeedUpload.EnumInputMethod VALUE_MANUAL_UPLOAD
public static final ProductFeedUpload.EnumInputMethod VALUE_REUPLOAD_LAST_FILE
public static final ProductFeedUpload.EnumInputMethod VALUE_SERVER_FETCH
public static final ProductFeedUpload.EnumInputMethod VALUE_USER_INITIATED_SERVER_FETCH
public static ProductFeedUpload.EnumInputMethod[] values()
for (ProductFeedUpload.EnumInputMethod c : ProductFeedUpload.EnumInputMethod.values()) System.out.println(c);
public static ProductFeedUpload.EnumInputMethod 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<ProductFeedUpload.EnumInputMethod>Copyright © 2020. All rights reserved.