Class MediaMetadataImpl
java.lang.Object
org.apache.olingo.odata2.core.ep.entry.MediaMetadataImpl
- All Implemented Interfaces:
MediaMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetcontent typein as specified in RFC 2616 Section 14.Getedit link.getEtag()Getetag.Getsource link.voidsetContentType(String contentType) voidsetEditLink(String editLink) voidvoidsetSourceLink(String sourceLink) toString()
-
Constructor Details
-
MediaMetadataImpl
public MediaMetadataImpl()
-
-
Method Details
-
getSourceLink
Description copied from interface:MediaMetadataGetsource link.- Specified by:
getSourceLinkin interfaceMediaMetadata- Returns:
source link.
-
getEtag
Description copied from interface:MediaMetadataGetetag.- Specified by:
getEtagin interfaceMediaMetadata- Returns:
etag.
-
getContentType
Description copied from interface:MediaMetadataGetcontent typein as specified in RFC 2616 Section 14.- Specified by:
getContentTypein interfaceMediaMetadata- Returns:
content type.
-
getEditLink
Description copied from interface:MediaMetadataGetedit link.- Specified by:
getEditLinkin interfaceMediaMetadata- Returns:
edit link.
-
setSourceLink
-
setEtag
-
setContentType
-
setEditLink
-
toString
-