Class DocumentAttachmentReference
java.lang.Object
com.polarion.alm.shared.api.model.attachment.AttachmentReference<DocumentReference>
com.polarion.alm.shared.api.model.document.DocumentAttachmentReference
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Serializable
- Since:
- 3.9.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentAttachmentReference
(DocumentReference documentReference, String name) -
Method Summary
Methods inherited from class com.polarion.alm.shared.api.model.attachment.AttachmentReference
containerReference, equals, hashCode, name
-
Constructor Details