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