-
- All Implemented Interfaces:
-
android.os.Parcelable,com.meniga.sdk.interfaces.ValueHashable,java.io.Serializable
public class MenigaRealmAccount extends QueryRequestObject implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected StringaccountIdentifierprotected longaccountTypeIdpublic final static Parcelable.Creator<MenigaRealmAccount>CREATOR
-
Method Summary
Modifier and Type Method Description AccountCategorygetAccountCategory()This method may not be reliable. booleanisAccountAlreadyConnected()booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)longgetValueHash()StringgetName()StringgetAccountIdentifier()longgetAccountTypeId()-
Methods inherited from class com.meniga.sdk.webservices.requests.QueryRequestObject
toQueryMap -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAccountCategory
@Deprecated() AccountCategory getAccountCategory()
This method may not be reliable. Use fetchAccountTypes and call accountCategory instead.
-
isAccountAlreadyConnected
boolean isAccountAlreadyConnected()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getValueHash
long getValueHash()
-
getAccountIdentifier
String getAccountIdentifier()
-
getAccountTypeId
long getAccountTypeId()
-
-
-
-