- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.util.list.LinkList
-
public class LinkList extends Object
This class is used to wrap collection of Link objects- See Also:
Link- Author:
- gonural
-
-
Constructor Summary
Constructors Constructor Description LinkList()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link>getList()voidsetList(List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Link> list)
-