io.qase.commons.models.domain.Attachment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qase-java-commons Show documentation
Show all versions of qase-java-commons Show documentation
Qase TMS Reporter's common classes
The newest version!
package io.qase.commons.models.domain;
import java.util.UUID;
public class Attachment {
public String id = UUID.randomUUID().toString();
public String fileName;
public String mimeType;
public String content;
public String filePath;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy