Package com.zendesk.sdk.model.helpcenter
Class AttachmentResponse
- java.lang.Object
-
- com.zendesk.sdk.model.helpcenter.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 byHelpCenterProvider
- See Also:
- Attachment API documentation
-
-
Constructor Summary
Constructors Constructor and Description AttachmentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<Attachment>
getArticleAttachments()
Gets a list of theAttachment
returned as a result ofHelpCenterService#getAttachments(String, Long, String)
-
-
-
Method Detail
-
getArticleAttachments
public java.util.List<Attachment> getArticleAttachments()
Gets a list of theAttachment
returned as a result ofHelpCenterService#getAttachments(String, Long, String)
- Returns:
- The list of attachment. This will be an empty list if there were no results.
-
-