Package | Description |
---|---|
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
Modifier and Type | Method and Description |
---|---|
static ContentDisposition.Builder |
ContentDisposition.builder(String type)
Return a builder for a
ContentDisposition . |
ContentDisposition.Builder |
ContentDisposition.Builder.creationDate(ZonedDateTime creationDate)
Set the value of the creation-date parameter.
|
ContentDisposition.Builder |
ContentDisposition.Builder.filename(String filename)
Set the value of the filename parameter.
|
ContentDisposition.Builder |
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 |
ContentDisposition.Builder.modificationDate(ZonedDateTime modificationDate)
Set the value of the modification-date parameter.
|
ContentDisposition.Builder |
ContentDisposition.Builder.name(String name)
Set the value of the name parameter.
|
ContentDisposition.Builder |
ContentDisposition.Builder.readDate(ZonedDateTime readDate)
Set the value of the read-date parameter.
|
ContentDisposition.Builder |
ContentDisposition.Builder.size(Long size)
Set the value of the size parameter.
|