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

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
      extended by com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
          extended by com.vasoftware.sf.soap44.webservices.discussion.PostSoapDO

public class PostSoapDO
extends ItemSoapDO

This class represents a discussion post within a specific forum, under a specific topic.

Change History
Release: 4.1

Since:
4.1

Constructor Summary
PostSoapDO()
           
 
Method Summary
 java.lang.String getContent()
          Returns 'content'.
 java.lang.String getReplyToId()
          Returns 'replyToId'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setContent(java.lang.String content)
          Sets 'content'.
 void setReplyToId(java.lang.String replyToId)
          Sets 'replyToId'.
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
 
Methods inherited from class com.vasoftware.sf.soap44.webservices.sfmain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostSoapDO

public PostSoapDO()
Method Detail

getContent

public java.lang.String getContent()
Returns 'content'. Discussion post contents.

Returns:
Value of 'content'.

setContent

public void setContent(java.lang.String content)
Sets 'content'. Discussion post contents.

Parameters:
content - Value of 'content'.

getReplyToId

public java.lang.String getReplyToId()
Returns 'replyToId'. Id of the original post to which this is a reply.

Returns:
Value of 'replyToId'.

setReplyToId

public void setReplyToId(java.lang.String replyToId)
Sets 'replyToId'. Id of the original post to which this is a reply.

Parameters:
replyToId - Value of 'replyToId'.

registerTypeMappings

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