org.odata4j.format
Class SingleLinks

java.lang.Object
  extended by org.odata4j.format.SingleLinks
All Implemented Interfaces:
Iterable<SingleLink>

public class SingleLinks
extends Object
implements Iterable<SingleLink>


Method Summary
static SingleLink create(String uri)
           
static SingleLinks create(String serviceRootUri, Iterable<OEntityId> entities)
           
static SingleLink create(String serviceRootUri, OEntityId entity)
           
 Iterator<SingleLink> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static SingleLink create(String uri)

create

public static SingleLinks create(String serviceRootUri,
                                 Iterable<OEntityId> entities)

create

public static SingleLink create(String serviceRootUri,
                                OEntityId entity)

iterator

public Iterator<SingleLink> iterator()
Specified by:
iterator in interface Iterable<SingleLink>


http://odata4j.org