MimeType.Wrap| Constructor and Description |
|---|
MimeTypeSimple(String type,
String subtype)
New simple MIME-type.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
param(String name)
Parameter value for name.
|
Set<String> |
params()
Optional parameters names.
|
String |
subtype()
Subtype name.
|
String |
type()
Type name.
|
public Optional<String> param(String name)
MimeTypeCopyright © 2012–2021 jcabi.com. All rights reserved.