public static enum AddBackgroundForegroundRequest.LayerCase extends Enum<AddBackgroundForegroundRequest.LayerCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BACKGROUND_PDF |
FOREGROUND_PDF |
LAYER_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static AddBackgroundForegroundRequest.LayerCase |
forNumber(int value) |
int |
getNumber() |
static AddBackgroundForegroundRequest.LayerCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AddBackgroundForegroundRequest.LayerCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddBackgroundForegroundRequest.LayerCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddBackgroundForegroundRequest.LayerCase BACKGROUND_PDF
public static final AddBackgroundForegroundRequest.LayerCase FOREGROUND_PDF
public static final AddBackgroundForegroundRequest.LayerCase LAYER_NOT_SET
public static AddBackgroundForegroundRequest.LayerCase[] values()
for (AddBackgroundForegroundRequest.LayerCase c : AddBackgroundForegroundRequest.LayerCase.values()) System.out.println(c);
public static AddBackgroundForegroundRequest.LayerCase 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 null@Deprecated public static AddBackgroundForegroundRequest.LayerCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AddBackgroundForegroundRequest.LayerCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022–2023 Iron Software. All rights reserved.