Packagecom.salesforce.objects
Classpublic class AsyncRequestState



Public Methods
 MethodDefined by
  
AsyncRequestState(type:String)
AsyncRequestState
  
AsyncRequestState
  
getValue():String
AsyncRequestState
  
toString():String
AsyncRequestState
Public Constants
 ConstantDefined by
  Completed : AsyncRequestState
[static]
AsyncRequestState
  Error : AsyncRequestState
[static]
AsyncRequestState
  InProgress : AsyncRequestState
[static]
AsyncRequestState
  Queued : AsyncRequestState
[static]
AsyncRequestState
Constructor detail
AsyncRequestState()constructor
public function AsyncRequestState(type:String)Parameters
type:String
Method detail
fromValue()method
public function fromValue(value:String):AsyncRequestStateParameters
value:String

Returns
AsyncRequestState
getValue()method 
public function getValue():String

Returns
String
toString()method 
public function toString():String

Returns
String
Constant detail
Completedconstant
public static const Completed:AsyncRequestState
Errorconstant 
public static const Error:AsyncRequestState
InProgressconstant 
public static const InProgress:AsyncRequestState
Queuedconstant 
public static const Queued:AsyncRequestState