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

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

public class ForumSoapList
extends FolderSoapList

A forum list is represented by ForumSoapList class. Each row within a forum list is represented by the ForumSoapRow class.

Change History
Release: 4.1

Since:
4.1

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

Constructor Detail

ForumSoapList

public ForumSoapList()
Method Detail

getDataRows

public ForumSoapRow[] getDataRows()

setDataRows

public void setDataRows(ForumSoapRow[] rows)

registerTypeMappings

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