public static final enum

AsyncClientRequest.ExecutorType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.kinvey.android.AsyncClientRequest.ExecutorType

Summary

Enum Values
AsyncClientRequest.ExecutorType  ANDROIDSERIAL   
AsyncClientRequest.ExecutorType  ANDROIDTHREADPOOL   
AsyncClientRequest.ExecutorType  KINVEYSERIAL   
Public Methods
static AsyncClientRequest.ExecutorType valueOf(String name)
final static ExecutorType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AsyncClientRequest.ExecutorType ANDROIDSERIAL

public static final AsyncClientRequest.ExecutorType ANDROIDTHREADPOOL

public static final AsyncClientRequest.ExecutorType KINVEYSERIAL

Public Methods

public static AsyncClientRequest.ExecutorType valueOf (String name)

public static final ExecutorType[] values ()