org.apache.olingo.odata2.api.ep.entry
Interface MediaMetadata


public interface MediaMetadata

MediaMetadata contains all metadata for media related entries.


Method Summary
 String getContentType()
          Get content type in as specified in RFC 2616 Section 14.
 String getEditLink()
          Get edit link.
 String getEtag()
          Get etag.
 String getSourceLink()
          Get source link.
 

Method Detail

getEditLink

String getEditLink()
Get edit link.

Returns:
edit link.

getContentType

String getContentType()
Get content type in as specified in RFC 2616 Section 14.

Returns:
content type.

getEtag

String getEtag()
Get etag.

Returns:
etag.

getSourceLink

String getSourceLink()
Get source link.

Returns:
source link.


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.