Class ItemsRepresentation
- java.lang.Object
-
- org.glassfish.jersey.examples.linking.representation.ItemsRepresentation
-
public class ItemsRepresentation extends Object
JAXB representation of a sublist of items- Author:
- Mark Hadley, Gerard Davison (gerard.davison at oracle.com)
-
-
Constructor Summary
Constructors Constructor Description ItemsRepresentation()ItemsRepresentation(ItemsModel itemsModel, int offset, int limit)
-
-
-
Constructor Detail
-
ItemsRepresentation
public ItemsRepresentation()
-
ItemsRepresentation
public ItemsRepresentation(ItemsModel itemsModel, int offset, int limit)
-
-