Enum AccountSelectionCardinality

java.lang.Object
java.lang.Enum<AccountSelectionCardinality>
com.plaid.client.model.AccountSelectionCardinality
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AccountSelectionCardinality>, java.lang.constant.Constable

public enum AccountSelectionCardinality
extends java.lang.Enum<AccountSelectionCardinality>
The application requires that accounts be limited to a specific cardinality. `MULTI_SELECT`: indicates that the user should be allowed to pick multiple accounts. `SINGLE_SELECT`: indicates that the user should be allowed to pick only a single account. `ALL`: indicates that the user must share all of their accounts and should not be given the opportunity to de-select
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AccountSelectionCardinality.Adapter  

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ALL  
    ENUM_UNKNOWN  
    MULTI_SELECT  
    SINGLE_SELECT  
  • Method Summary

    Modifier and Type Method Description
    static AccountSelectionCardinality fromValue​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static AccountSelectionCardinality valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static AccountSelectionCardinality[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait