public static interface ContentDisposition.Builder
ContentDisposition
.Modifier and Type | Method and Description |
---|---|
ContentDisposition |
build()
Build the content disposition
|
ContentDisposition.Builder |
creationDate(java.time.ZonedDateTime creationDate)
Set the value of the creation-date parameter.
|
ContentDisposition.Builder |
filename(java.lang.String filename)
Set the value of the filename parameter
|
ContentDisposition.Builder |
filename(java.lang.String filename,
java.nio.charset.Charset charset)
Set the value of the filename* that will be encoded as defined in
the RFC 5987.
|
ContentDisposition.Builder |
modificationDate(java.time.ZonedDateTime modificationDate)
Set the value of the modification-date parameter.
|
ContentDisposition.Builder |
name(java.lang.String name)
Set the value of the name parameter
|
ContentDisposition.Builder |
readDate(java.time.ZonedDateTime readDate)
Set the value of the read-date parameter.
|
ContentDisposition.Builder |
size(java.lang.Long size)
Set the value of the size parameter
|
ContentDisposition.Builder name(java.lang.String name)
ContentDisposition.Builder filename(java.lang.String filename)
ContentDisposition.Builder filename(java.lang.String filename, java.nio.charset.Charset charset)
ContentDisposition.Builder size(java.lang.Long size)
ContentDisposition.Builder creationDate(java.time.ZonedDateTime creationDate)
ContentDisposition.Builder modificationDate(java.time.ZonedDateTime modificationDate)
ContentDisposition.Builder readDate(java.time.ZonedDateTime readDate)
ContentDisposition build()