Interface MediaMetadata
- All Known Implementing Classes:
MediaMetadataImpl
public interface MediaMetadata
MediaMetadata contains all metadata for media related entries.-
Method Summary
Modifier and TypeMethodDescriptionGetcontent typein as specified in RFC 2616 Section 14.Getedit link.getEtag()Getetag.Getsource link.
-
Method Details
-
getEditLink
String getEditLink()Getedit link.- Returns:
edit link.
-
getContentType
String getContentType()Getcontent typein as specified in RFC 2616 Section 14.- Returns:
content type.
-
getEtag
String getEtag()Getetag.- Returns:
etag.
-
getSourceLink
String getSourceLink()Getsource link.- Returns:
source link.
-