Class FeedMetadataImpl
java.lang.Object
org.apache.olingo.odata2.core.ep.feed.FeedMetadataImpl
- All Implemented Interfaces:
FeedMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeltaLink(String deltaLink) voidsetInlineCount(int inlineCount) voidsetNextLink(String nextLink)
-
Constructor Details
-
FeedMetadataImpl
public FeedMetadataImpl()
-
-
Method Details
-
setInlineCount
public void setInlineCount(int inlineCount) -
getInlineCount
- Specified by:
getInlineCountin interfaceFeedMetadata
-
setNextLink
-
getNextLink
- Specified by:
getNextLinkin interfaceFeedMetadata
-
setDeltaLink
-
getDeltaLink
- Specified by:
getDeltaLinkin interfaceFeedMetadata
-