org.apache.olingo.odata2.api.ep.feed
Interface FeedMetadata


public interface FeedMetadata

FeedMetadata objects contain metadata information about one feed.


Method Summary
 String getDeltaLink()
           
 Integer getInlineCount()
           
 String getNextLink()
           
 

Method Detail

getInlineCount

Integer getInlineCount()
Returns:
inlineCount may be null if no inlineCount is set.

getNextLink

String getNextLink()
Returns:
nextLink may be null if no next link is set

getDeltaLink

String getDeltaLink()
Returns:
deltaLink may be null if no delta link is set


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