@Deprecated
public class ForumSummary
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
SORT_BY_ID
Deprecated.
|
static java.lang.Integer |
SORT_BY_LAST_MESSAGE_TIME
Deprecated.
|
static java.lang.Integer |
SORT_BY_MESSAGE_COUNT
Deprecated.
|
static java.lang.Integer |
SORT_BY_MESSAGE_COUNT_TODAY
Deprecated.
|
static java.lang.Integer |
SORT_BY_NAME
Deprecated.
|
static java.lang.Integer |
SORT_BY_RELATEDS
Deprecated.
|
static java.lang.Integer |
SORT_BY_REMOTE_ID
Deprecated.
|
static java.lang.Integer |
SORT_BY_REPLICATED
Deprecated.
|
static java.lang.Integer |
SORT_BY_THREAD_COUNT
Deprecated.
|
static java.lang.Integer |
SORT_NO_SORT
Deprecated.
|
Constructor and Description |
---|
ForumSummary()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer[] |
getAllowedActions()
Deprecated.
Get the actions that the user can do on this object.
|
GlobalId |
getForumId()
Deprecated.
Get the
GlobalId of the forum being summarized. |
java.lang.Long |
getId()
Deprecated.
|
Message |
getLastMessage()
Deprecated.
|
int |
getMessageCount()
Deprecated.
Get the count of messages currently in the sumamrized forum.
|
int |
getMessageCountToday()
Deprecated.
Get the count of messages posted within the last 24 hours
in the summarized forum.
|
java.lang.String |
getMostRecentThreadSubject()
Deprecated.
Get the subject of the root message of the most recently
modified thread in the forum.
|
java.lang.String |
getName()
Deprecated.
Get the name of the summarized forum.
|
int |
getThreadCount()
Deprecated.
|
void |
setAllowedActions(java.lang.Integer[] allowedActions_)
Deprecated.
Set the actions that the user can do on this object.
|
void |
setForumId(GlobalId id_)
Deprecated.
Set the
GlobalId of the forum being summarized. |
void |
setLastMessage(Message lastMessage_)
Deprecated.
|
void |
setMessageCount(int messages_)
Deprecated.
Set the count of messages currently in the summarized forum.
|
void |
setMessageCountToday(int messagesToday_)
Deprecated.
Set the count of messages posted within the last 24 hours
in the summarized forum.
|
void |
setMostRecentThreadSubject(java.lang.String mostRecentThreadSubject_)
Deprecated.
Set the subject of the root message of the most recently
modified thread in the forum.
|
void |
setName(java.lang.String name_)
Deprecated.
Set the name of the summarized forum.
|
void |
setThreadCount(int threadCount_)
Deprecated.
|
public static final java.lang.Integer SORT_BY_ID
public static final java.lang.Integer SORT_BY_NAME
public static final java.lang.Integer SORT_BY_REPLICATED
public static final java.lang.Integer SORT_BY_RELATEDS
public static final java.lang.Integer SORT_BY_REMOTE_ID
public static final java.lang.Integer SORT_BY_THREAD_COUNT
public static final java.lang.Integer SORT_BY_MESSAGE_COUNT
public static final java.lang.Integer SORT_BY_LAST_MESSAGE_TIME
public static final java.lang.Integer SORT_BY_MESSAGE_COUNT_TODAY
public static final java.lang.Integer SORT_NO_SORT
public java.lang.String getName()
public void setName(java.lang.String name_)
name_
- The name.public int getMessageCount()
public void setMessageCount(int messages_)
messages_
- The count.public int getMessageCountToday()
public void setMessageCountToday(int messagesToday_)
messagesToday_
- The count.public java.lang.String getMostRecentThreadSubject()
public void setMostRecentThreadSubject(java.lang.String mostRecentThreadSubject_)
mostRecentThreadSubject_
- The subject.public GlobalId getForumId()
GlobalId
of the forum being summarized.GlobalId
.public void setForumId(GlobalId id_)
GlobalId
of the forum being summarized.id_
- public java.lang.Long getId()
public java.lang.Integer[] getAllowedActions()
public void setAllowedActions(java.lang.Integer[] allowedActions_)
ForumSummary
object is returned by the API. It CANNOT be used to
update the allowed actions for a
ForumSummary
allowedActions_
- An array of the actions.public int getThreadCount()
public void setThreadCount(int threadCount_)
threadCount_
- The threadCount to set.public Message getLastMessage()
public void setLastMessage(Message lastMessage_)
lastMessage_
- The _lastMessage to set.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.