Class PostSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.discussion.PostSoapList
-
public class PostSoapList extends Object
A discussion post list is represented by PostSoapList. Each row within a post list is represented by the PostSoapRow class.Change HistoryRelease: 4.2- Dropped property 'truncated'.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description PostSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PostSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(PostSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public PostSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(PostSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-