Uses of Class
com.atlassian.bamboo.plugin.servlet.ContentDisposition
-
Packages that use ContentDisposition Package Description com.atlassian.bamboo.plugin.servlet -
-
Uses of ContentDisposition in com.atlassian.bamboo.plugin.servlet
Fields in com.atlassian.bamboo.plugin.servlet with type parameters of type ContentDisposition Modifier and Type Field Description static 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.Methods in com.atlassian.bamboo.plugin.servlet that return ContentDisposition Modifier and Type Method Description static ContentDisposition
ContentDisposition. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentDisposition[]
ContentDisposition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.plugin.servlet that return types with arguments of type ContentDisposition Modifier and Type Method Description static Optional<ContentDisposition>
ContentDisposition. fromString(String s)
Returns the content disposition corresponding to the given string, if any.
-