-
- 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 String
name
protected String
accountIdentifier
protected long
accountTypeId
public final static Parcelable.Creator<MenigaRealmAccount>
CREATOR
-
Method Summary
Modifier and Type Method Description AccountCategory
getAccountCategory()
This method may not be reliable. boolean
isAccountAlreadyConnected()
boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
long
getValueHash()
String
getName()
String
getAccountIdentifier()
long
getAccountTypeId()
-
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()
-
-
-
-