static ContentDisposition.Builder |
ContentDisposition.builder(String type) |
Creates a new builder for a content disposition with the given type.
|
ContentDisposition.Builder |
ContentDisposition.Builder.charset(Charset charset) |
Sets the charset for encoding the filename.
|
ContentDisposition.Builder |
ContentDisposition.Builder.fileName(String fileName) |
Sets the filename of the file.
|
ContentDisposition.Builder |
ContentDisposition.Builder.name(String name) |
Sets the name of the HTML field in the form that the content of this sub part refers to.
|