public static enum FileResponse.UrlTypes extends Enum<FileResponse.UrlTypes>
FileResponse.urls
Enum Constant and Description |
---|
METADATA |
NO_REDIRECT_DOWNLOAD |
REDIRECT_DOWNLOAD |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static FileResponse.UrlTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileResponse.UrlTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileResponse.UrlTypes METADATA
public static final FileResponse.UrlTypes NO_REDIRECT_DOWNLOAD
public static final FileResponse.UrlTypes REDIRECT_DOWNLOAD
public static FileResponse.UrlTypes[] values()
for (FileResponse.UrlTypes c : FileResponse.UrlTypes.values()) System.out.println(c);
public static FileResponse.UrlTypes 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 getValue()
Copyright © 2018 OpenNTF. All rights reserved.