-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaRealmAuthParameter implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MenigaRealmAuthParameter.SimpleAuthParameter
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected String
displayName
protected String
regularExpression
protected Integer
minLength
protected Integer
maxLength
protected boolean
isPassword
protected boolean
isHidden
protected boolean
isDropDown
protected Long
parentId
protected boolean
isEncrypted
protected boolean
isIdentity
protected transient String
selectedValue
public final static Parcelable.Creator<MenigaRealmAuthParameter>
CREATOR
-
Method Summary
Modifier and Type Method Description AuthParameterType
getAuthParameterType()
MenigaRealmAuthParameter.SimpleAuthParameter
getSimpleParameter()
boolean
isCanSave()
boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
getName()
String
getDisplayName()
String
getRegularExpression()
Integer
getMinLength()
Integer
getMaxLength()
boolean
isPassword()
boolean
isHidden()
boolean
isDropDown()
Long
getParentId()
boolean
isEncrypted()
boolean
isIdentity()
void
setSelectedValue(String val)
-
-
Method Detail
-
getAuthParameterType
AuthParameterType getAuthParameterType()
-
getSimpleParameter
MenigaRealmAuthParameter.SimpleAuthParameter getSimpleParameter()
-
isCanSave
boolean isCanSave()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getDisplayName
String getDisplayName()
-
getRegularExpression
String getRegularExpression()
-
getMinLength
Integer getMinLength()
-
getMaxLength
Integer getMaxLength()
-
isPassword
boolean isPassword()
-
isHidden
boolean isHidden()
-
isDropDown
boolean isDropDown()
-
getParentId
Long getParentId()
-
isEncrypted
boolean isEncrypted()
-
isIdentity
boolean isIdentity()
-
setSelectedValue
void setSelectedValue(String val)
-
-
-
-