public interface MediaType extends IStringRepresentation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MEDIA_TYPE_SEPARATOR |
static java.lang.String |
MEDIA_TYPE_WILDCARD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubType()
Returns the sub-type (e.g.
|
java.lang.String |
getType()
Returns the main type (e.g.
|
asString
static final java.lang.String MEDIA_TYPE_WILDCARD
static final java.lang.String MEDIA_TYPE_SEPARATOR