Package com.appiancorp.suiteapi.forums
Class Attachment
java.lang.Object
com.appiancorp.suiteapi.forums.Attachment
- All Implemented Interfaces:
Serializable
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
Represents the attachment of one first-class object to
another object.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get theLocalObject
representing the attached object.Deprecated.Get theusername
of the userUser
who attached the object.void
setAttached
(LocalObject attached_) Deprecated.Set theLocalObject
representing the attached object.void
setAttacher
(String attacher_) Deprecated.Set theusername
of the userUser
who attached the object.
-
Constructor Details
-
Attachment
public Attachment()Deprecated.
-
-
Method Details
-
getAttached
Deprecated.Get theLocalObject
representing the attached object.- Returns:
- The representation of the attached object.
- See Also:
-
setAttached
Deprecated.Set theLocalObject
representing the attached object.- Parameters:
attached_
- The representation of the attached object.- See Also:
-
getAttacher
Deprecated.Get theusername
of the userUser
who attached the object.- Returns:
- The username.
-
setAttacher
Deprecated.Set theusername
of the userUser
who attached the object.- Parameters:
attacher_
- The user name
-