Enum DepositSwitchGetResponse.StateEnum

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

public static enum DepositSwitchGetResponse.StateEnum
extends java.lang.Enum<DepositSwitchGetResponse.StateEnum>
The state, or status, of the deposit switch. - `initialized` – The deposit switch has been initialized with the user entering the information required to submit the deposit switch request. - `processing` – The deposit switch request has been submitted and is being processed. - `completed` – The user's employer has fulfilled the deposit switch request. - `error` – There was an error processing the deposit switch request.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  DepositSwitchGetResponse.StateEnum.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
    COMPLETED  
    ERROR  
    INITIALIZED  
    PROCESSING  
  • Method Summary

    Modifier and Type Method Description
    static DepositSwitchGetResponse.StateEnum fromValue​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static DepositSwitchGetResponse.StateEnum valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static DepositSwitchGetResponse.StateEnum[] 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