public class ODataLinkCollection extends Object
Constructor and Description |
---|
ODataLinkCollection()
Constructor.
|
ODataLinkCollection(URI next)
Constructor.
|
public ODataLinkCollection()
public ODataLinkCollection(URI next)
next
- next page link.public boolean addLink(URI link)
link
- link to be added.public boolean removeLink(URI link)
link
- link to be removed.public URI getNext()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.