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- Returns:
- inlineCount may be null if no inlineCount is set.
-
setNextLink
-
getNextLink
- Specified by:
getNextLinkin interfaceFeedMetadata- Returns:
- nextLink may be null if no next link is set
-
setDeltaLink
-
getDeltaLink
- Specified by:
getDeltaLinkin interfaceFeedMetadata- Returns:
- deltaLink may be null if no delta link is set
-