com.atlassian.jira.rest.client.domain.input
Class AttachmentInput
java.lang.Object
com.atlassian.jira.rest.client.domain.input.AttachmentInput
public class AttachmentInput
- extends Object
Data required to add an attachment
- Since:
- v0.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentInput
public AttachmentInput(String filename,
InputStream in)
getInputStream
public InputStream getInputStream()
getFilename
public String getFilename()
Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.