-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public final class MenigaAuthorizationType implements Parcelable, Serializable
Indicates the type of account authorization during account aggregation = '0', '1', '2', '3'.
-
-
Constructor Summary
Constructors Constructor Description MenigaAuthorizationType(Long id, String name)
-
Method Summary
Modifier and Type Method Description final Long
component1()
final String
component2()
final MenigaAuthorizationType
copy(Long id, String name)
final Long
getId()
final String
getName()
-
Methods inherited from class android.os.Parcelable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.models.accounts.MenigaAuthorizationType
describeContents, writeToParcel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final Long component1()
-
component2
final String component2()
-
copy
final MenigaAuthorizationType copy(Long id, String name)
- Parameters:
id
- The ID of the authorization type.name
- The name of the authorization type.
-
-
-
-