An object encompassing a user's status level at any given point in time. This object's equality is based on userID
exclusively.
Type Template
<...>
<ID>xs:long</ID>
<objectType>xs:int</objectType>
<creationDate>xs:dateTime</creationDate>
<statusText>xs:string</statusText>
<userID>xs:long</userID>
<...>Note: Element descriptions are split into information that's
relevant when you're creating an instance of this type and information
relevant when you're receiving an instance of it. Occasionally these
will differ.
Elements
| Element |
Description |
| creationDate
|
- Setting
- Getting
- Returns the date that the user status was created
|
| ID
|
- Setting
- Set the unique id of this object.
- Getting
|
| objectType
|
- Setting
- Sets the object type of the jive object.
- Getting
|
| statusText
|
- Setting
- Getting
- Returns the status text message
|
| userID
|
- Setting
- Getting
- Returns the id of the user associated with this user status
|