public class Owner
extends java.lang.Object
implements android.os.Parcelable
ThingIFAPI operations will be performed with the owner's access token.| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Owner> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
Owner(android.os.Parcel in) |
|
Owner(TypedID ownerID,
java.lang.String accessToken) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getAccessToken() |
TypedID |
getTypedID() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<Owner> CREATOR
public Owner(TypedID ownerID, java.lang.String accessToken)
protected Owner(android.os.Parcel in)
public TypedID getTypedID()
public java.lang.String getAccessToken()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.ParcelableCopyright 2015 Kii Corporation. All rights reserved. (Last updated on 2016-10-13 08:55 UTC)