public static enum AnalysisRequest.InputFormat extends Enum<AnalysisRequest.InputFormat>
| Enum Constant and Description |
|---|
HTML |
OCTETSTREAM |
OFFICE |
PDF |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.net.MediaType |
value() |
static AnalysisRequest.InputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisRequest.InputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisRequest.InputFormat TEXT
public static final AnalysisRequest.InputFormat HTML
public static final AnalysisRequest.InputFormat PDF
public static final AnalysisRequest.InputFormat OFFICE
public static final AnalysisRequest.InputFormat OCTETSTREAM
public static AnalysisRequest.InputFormat[] values()
for (AnalysisRequest.InputFormat c : AnalysisRequest.InputFormat.values()) System.out.println(c);
public static AnalysisRequest.InputFormat 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 com.google.common.net.MediaType value()
Copyright © 2018 Redlink GmbH. All rights reserved.