Package | Description |
---|---|
com.scvngr.levelup.core.model | |
com.scvngr.levelup.core.model.factory.json |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Order> |
Order.CREATOR
Implements the
Parcelable interface. |
Modifier and Type | Method and Description |
---|---|
Order |
Order.OrderBuilder.build() |
Modifier and Type | Method and Description |
---|---|
protected Parcelable.Creator<Order> |
OrdersList.getCreator() |
Constructor and Description |
---|
OrdersList(Collection<Order> orders)
Creates a list with a copy of the given collection.
|
Modifier and Type | Method and Description |
---|---|
protected Order |
OrderJsonFactory.createFrom(JSONObject json) |