com.vasoftware.sf.soap44.webservices.discussion
Class TopicSoapList

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.FolderSoapList
      extended by com.vasoftware.sf.soap44.webservices.discussion.TopicSoapList

public class TopicSoapList
extends FolderSoapList

Discussion topic list is represented by the TopicSoapList class. Each row within a topic list is repsented by the TopicSoapRow class.

Change History
Release: 4.1

Since:
4.1

Constructor Summary
TopicSoapList()
           
 
Method Summary
 TopicSoapRow[] getDataRows()
           
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setDataRows(TopicSoapRow[] rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicSoapList

public TopicSoapList()
Method Detail

getDataRows

public TopicSoapRow[] getDataRows()

setDataRows

public void setDataRows(TopicSoapRow[] rows)

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)