com.atlassian.jira.rest.client.domain.input
Class AttachmentInput

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.input.AttachmentInput

public class AttachmentInput
extends Object

Data required to add an attachment

Since:
v0.2

Constructor Summary
AttachmentInput(String filename, InputStream in)
           
 
Method Summary
 String getFilename()
           
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentInput

public AttachmentInput(String filename,
                       InputStream in)
Method Detail

getInputStream

public InputStream getInputStream()

getFilename

public String getFilename()


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.