public class Namespace
extends java.lang.Object
implements android.os.Parcelable
IKontaktCloud
.
Namespace.Builder
.Modifier and Type | Class and Description |
---|---|
static class |
Namespace.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Namespace> |
CREATOR
Parcelable CREATOR constant.
|
Modifier | Constructor and Description |
---|---|
protected |
Namespace(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
static Namespace.Builder |
builder() |
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getNamespaceId() |
java.lang.String |
getSecureNamespaceId() |
int |
hashCode() |
boolean |
isShared() |
boolean |
isShuffled() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Namespace> CREATOR
public static Namespace.Builder builder()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public java.lang.String getNamespaceId()
public java.lang.String getSecureNamespaceId()
public boolean isShuffled()
public boolean isShared()