Replaces all parameters with the given parameters. @throws IllegalArgumentException if any parameter or value is invalid
(Multimap<String, String> parameters)
| 742 | |
| 743 | |
| 744 | public MediaType withParameters(Multimap<String, String> parameters) { |
| 745 | return create(type, subtype, parameters); |
| 746 | } |
| 747 | |
| 748 | /** |
| 749 | * <em>Replaces</em> all parameters with the given attribute with a single parameter with the |