public final class User
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
User.AuthenticationLevel
Authentication scope of the API call.
|
| Modifier and Type | Field and Description |
|---|---|
User.AuthenticationLevel |
authenticationLevel |
static android.os.Parcelable.Creator<User> |
CREATOR |
java.lang.String |
serviceId
Service id on IFTTT Platform.
|
java.lang.String |
userLogin
Username for the authenticated user on IFTTT.
|
| Modifier | Constructor and Description |
|---|---|
protected |
User(android.os.Parcel in) |
|
User(User.AuthenticationLevel authenticationLevel,
java.lang.String serviceId,
java.lang.String userLogin) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
@Json(name="authentication_level") public final User.AuthenticationLevel authenticationLevel
@Json(name="service_id") @Nullable public final java.lang.String serviceId
@Json(name="user_login") @Nullable public final java.lang.String userLogin
public static final android.os.Parcelable.Creator<User> CREATOR
public User(User.AuthenticationLevel authenticationLevel, @Nullable java.lang.String serviceId, @Nullable java.lang.String userLogin)
protected User(android.os.Parcel in)