public static interface ContentDisposition.Builder
ContentDisposition
.Modifier and Type | Method and Description |
---|---|
ContentDisposition |
build()
Build the content disposition
|
ContentDisposition.Builder |
filename(String filename)
Set the value of the filename parameter
|
ContentDisposition.Builder |
filename(String filename,
Charset charset)
Set the value of the filename* that will be encoded as defined in
the RFC 5987.
|
ContentDisposition.Builder |
name(String name)
Set the value of the name parameter
|
ContentDisposition.Builder |
size(Long size)
Set the value of the size parameter
|
ContentDisposition.Builder name(String name)
ContentDisposition.Builder filename(String filename)
ContentDisposition.Builder filename(String filename, Charset charset)
ContentDisposition.Builder size(Long size)
ContentDisposition build()