Package | Description |
---|---|
com.scvngr.levelup.core.model | |
com.scvngr.levelup.core.model.factory.json | |
com.scvngr.levelup.core.net.request.factory |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<WebLink> |
WebLink.CREATOR
Implements the
Parcelable interface. |
Modifier and Type | Method and Description |
---|---|
WebLink |
WebLink.WebLinkBuilder.build() |
Modifier and Type | Method and Description |
---|---|
protected Parcelable.Creator<WebLink> |
WebLinkList.getCreator() |
Constructor and Description |
---|
WebLinkList(Collection<WebLink> source) |
Modifier and Type | Method and Description |
---|---|
protected WebLink |
WebLinkJsonFactory.createFrom(JSONObject json) |
Modifier and Type | Method and Description |
---|---|
AbstractRequest |
WebLinkTypeRequestFactory.buildLinkIconImageRequest(WebLink webLink)
Build a request to get the icon image for the
WebLink passed. |