Class FeedMetadataImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.feed.FeedMetadataImpl
-
- All Implemented Interfaces:
FeedMetadata
public class FeedMetadataImpl extends Object implements FeedMetadata
-
-
Constructor Summary
Constructors Constructor Description FeedMetadataImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeltaLink()IntegergetInlineCount()StringgetNextLink()voidsetDeltaLink(String deltaLink)voidsetInlineCount(int inlineCount)voidsetNextLink(String nextLink)
-
-
-
Method Detail
-
setInlineCount
public void setInlineCount(int inlineCount)
-
getInlineCount
public Integer getInlineCount()
- Specified by:
getInlineCountin interfaceFeedMetadata
-
setNextLink
public void setNextLink(String nextLink)
-
getNextLink
public String getNextLink()
- Specified by:
getNextLinkin interfaceFeedMetadata
-
setDeltaLink
public void setDeltaLink(String deltaLink)
-
getDeltaLink
public String getDeltaLink()
- Specified by:
getDeltaLinkin interfaceFeedMetadata
-
-