com.atlassian.jira.rest.v2.issue
Class AttachmentBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.AttachmentBean

public class AttachmentBean
extends Object

Since:
v4.2

Constructor Summary
AttachmentBean(URI self, String filename, UserBean author, Date created, long filesize, String mimeType, HashMap<String,Object> properties, String content, String thumbnail)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentBean

public AttachmentBean(URI self,
                      String filename,
                      UserBean author,
                      Date created,
                      long filesize,
                      String mimeType,
                      HashMap<String,Object> properties,
                      String content,
                      String thumbnail)


Copyright © 2002-2013 Atlassian. All Rights Reserved.