<em>Replaces</em> all parameters with the given parameters. @throws IllegalArgumentException if any parameter or value is invalid
(Multimap<String, String> parameters)
| 888 | * @throws IllegalArgumentException if any parameter or value is invalid |
| 889 | */ |
| 890 | public MediaType withParameters(Multimap<String, String> parameters) { |
| 891 | return create(type, subtype, parameters); |
| 892 | } |
| 893 | |
| 894 | /** |
| 895 | * <em>Replaces</em> all parameters with the given attribute with parameters using the given |