Package com.taskadapter.redmineapi.bean
Class AttachmentFactory
- java.lang.Object
-
- com.taskadapter.redmineapi.bean.AttachmentFactory
-
public class AttachmentFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Attachment
create()
static Attachment
create(java.lang.Integer id)
-
-
-
Method Detail
-
create
public static Attachment create(java.lang.Integer id)
-
create
public static Attachment create()
-
-