Class Attachment

java.lang.Object
com.appiancorp.suiteapi.forums.Attachment
All Implemented Interfaces:
Serializable

@Deprecated public class Attachment extends Object implements 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 Details

    • Attachment

      public Attachment()
      Deprecated.
  • Method Details

    • getAttached

      public LocalObject getAttached()
      Deprecated.
      Get the LocalObject representing the attached object.
      Returns:
      The representation of the attached object.
      See Also:
    • setAttached

      public void setAttached(LocalObject attached_)
      Deprecated.
      Set the LocalObject representing the attached object.
      Parameters:
      attached_ - The representation of the attached object.
      See Also:
    • getAttacher

      public String getAttacher()
      Deprecated.
      Get the username of the user User who attached the object.
      Returns:
      The username.
    • setAttacher

      public void setAttacher(String attacher_)
      Deprecated.
      Set the username of the user User who attached the object.
      Parameters:
      attacher_ - The user name