| Package | Description |
|---|---|
| models | |
| models.abstracts |
| Modifier and Type | Class and Description |
|---|---|
class |
Announcement
An announcement
|
class |
Membership
Represents a membership
|
class |
Profile |
class |
Session |
class |
Site |
class |
User |
| Modifier and Type | Method and Description |
|---|---|
static Entity[] |
Entity.fromJsonArray(com.google.gson.JsonArray jsonArray,
Class typeClass)
Creates an array of Entities by a JsonArray and the cast type
|
static Entity |
Entity.fromJsonObject(com.google.gson.JsonObject jsonObject,
Class typeClass)
Creates an Entity by a JsonObject and the cast type
|
| Modifier and Type | Method and Description |
|---|---|
int |
Entity.compareTo(Entity object) |
static com.google.gson.JsonArray |
Entity.toJsonArray(Entity... entities)
Creates a JsonArray by a sequence of entities
|
Copyright © 2016. All rights reserved.