Uses of Enum Class
com.atlassian.bamboo.plugin.servlet.ContentDisposition
-
Uses of ContentDisposition in com.atlassian.bamboo.plugin.servlet
Modifier and TypeFieldDescriptionstatic final Function<? super String,
Optional<ContentDisposition>> ContentDisposition.fFromString
A function that can be used as an argument toOption.flatMap(Function)
to convert string representations into corresponding content disposition instances.Modifier and TypeMethodDescriptionstatic ContentDisposition
Returns the enum constant of this class with the specified name.static ContentDisposition[]
ContentDisposition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<ContentDisposition>
ContentDisposition.fromString
(String s) Returns the content disposition corresponding to the given string, if any.