Class AttachmentResponse



  • public class AttachmentResponse
    extends java.lang.Object
    This is a class model for a response for fetching attachments associated with an article. This object will be created by HelpCenterProvider
    See Also:
    Attachment API documentation
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<Attachment> getArticleAttachments()
      Gets a list of the Attachment returned as a result of HelpCenterService#getAttachments(String, Long, String)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttachmentResponse

        public AttachmentResponse()
    • Method Detail

      • getArticleAttachments

        public java.util.List<Attachment> getArticleAttachments()
        Gets a list of the Attachment returned as a result of HelpCenterService#getAttachments(String, Long, String)
        Returns:
        The list of attachment. This will be an empty list if there were no results.