Class WorkItemAttachmentReference
java.lang.Object
com.polarion.alm.shared.api.model.attachment.AttachmentReference<WorkItemReference>
com.polarion.alm.shared.api.model.wi.WorkItemAttachmentReference
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Serializable
- Since:
- 3.10.1
- See Also:
-
Constructor Summary
ConstructorDescriptionWorkItemAttachmentReference
(WorkItemReference workItemReference, String name) -
Method Summary
Methods inherited from class com.polarion.alm.shared.api.model.attachment.AttachmentReference
containerReference, equals, hashCode, name
-
Constructor Details