| Package | Description |
|---|---|
| com.atlassian.bamboo.plugin.servlet |
| Modifier and Type | Field and Description |
|---|---|
static Function<? super String,Optional<ContentDisposition>> |
ContentDisposition.fFromString
A function that can be used as an argument to
Option.flatMap(Function) to convert string
representations into corresponding content disposition instances. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ContentDisposition> |
ContentDisposition.fromString(String s)
Returns the content disposition corresponding to the given string, if any.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.