public class Namespace extends java.lang.Object implements INamespace
| Modifier and Type | Class and Description |
|---|---|
static class |
Namespace.Builder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
protected int |
databaseId
The Database id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static INamespace |
from(JSONObject jsonObject) |
static java.util.List<INamespace> |
fromList(JSONObject jsonObject) |
int |
getDatabaseId()
Gets database id.
|
java.lang.String |
getNamespace()
Gets namespace
|
java.lang.String |
getSecureNamespace()
Gets secure namespace
|
boolean |
isShared()
Checks if namespace is shared to you
|
boolean |
isShuffled()
Checks is namespace shuffled or not
|
void |
writeToParcel(Parcel dest,
int flags) |
public static final <any> CREATOR
protected final int databaseId
android.database.sqlite.SQLiteDatabase). If you
do not need to use it, ignore it during model building.public java.lang.String getNamespace()
INamespacegetNamespace in interface INamespacepublic java.lang.String getSecureNamespace()
INamespacegetSecureNamespace in interface INamespacepublic boolean isShuffled()
INamespaceisShuffled in interface INamespacepublic boolean isShared()
INamespaceisShared in interface INamespacepublic void writeToParcel(Parcel dest,
int flags)
public static INamespace from(JSONObject jsonObject)
public static java.util.List<INamespace> fromList(JSONObject jsonObject)
public int getDatabaseId()
public int describeContents()