public static enum UpdateImageFilesRequest.Action extends Enum<UpdateImageFilesRequest.Action>
| Enum Constant and Description |
|---|
DISABLE |
ENABLE |
PRELOAD |
REFRESH |
REFRESH_DIR |
REFRESH_STYLE |
| Modifier and Type | Method and Description |
|---|---|
int |
getVal() |
static UpdateImageFilesRequest.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateImageFilesRequest.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateImageFilesRequest.Action REFRESH
public static final UpdateImageFilesRequest.Action DISABLE
public static final UpdateImageFilesRequest.Action ENABLE
public static final UpdateImageFilesRequest.Action PRELOAD
public static final UpdateImageFilesRequest.Action REFRESH_DIR
public static final UpdateImageFilesRequest.Action REFRESH_STYLE
public static UpdateImageFilesRequest.Action[] values()
for (UpdateImageFilesRequest.Action c : UpdateImageFilesRequest.Action.values()) System.out.println(c);
public static UpdateImageFilesRequest.Action 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 int getVal()
Copyright © 2023. All rights reserved.