Interface MediaMetadata
-
public interface MediaMetadataMediaMetadatacontains all metadata for media related entries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()Getcontent typein as specified in RFC 2616 Section 14.StringgetEditLink()Getedit link.StringgetEtag()Getetag.StringgetSourceLink()Getsource link.
-
-
-
Method Detail
-
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.
-
-