Package | Description |
---|---|
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
Modifier and Type | Method and Description |
---|---|
FormDataMultiPart |
FormDataMultiPart.field(String name,
Object entity,
MediaType mediaType)
Builder pattern method to add a named field with an arbitrary
media type and entity, and return this instance.
|
FormDataMultiPart |
FormDataMultiPart.field(String name,
String value)
Builder pattern method to add a named field with a text value,
and return this instance.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.