Class AttachmentFileName

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.attachment.id.AttachmentFileName
All Implemented Interfaces:
IAttachmentId, IObjectId, Serializable

@JsonObject("as.dto.attachment.id.AttachmentFileName") public class AttachmentFileName extends Object implements IAttachmentId, Serializable
Attachment file name.
See Also:
  • Constructor Details

    • AttachmentFileName

      public AttachmentFileName(String fileName)
      Parameters:
      fileName - Attachment file name, e.g. "my_file.txt".
  • Method Details