public class

ClientListInfo

extends ApiResponse
java.lang.Object
   ↳ org.mule.modules.janrain.engage.ApiResponse
     ↳ org.mule.modules.janrain.capture.ClientListInfo

Summary

Fields
private List<ClientInfo> results
[Expand]
Inherited Fields
From class org.mule.modules.janrain.engage.ApiResponse
Public Constructors
ClientListInfo()
Public Methods
List<ClientInfo> getResults()
void setResults(List<ClientInfo> results)
[Expand]
Inherited Methods
From class org.mule.modules.janrain.engage.ApiResponse
From class java.lang.Object

Fields

private List<ClientInfo> results

Public Constructors

public ClientListInfo ()

Public Methods

public List<ClientInfo> getResults ()

public void setResults (List<ClientInfo> results)

Parameters
results