Interface AssociatedArtifact
-
- All Known Implementing Classes:
AssociatedFile
public interface AssociatedArtifact
-
-
Method Summary
Static Methods Modifier and Type Method Description static AssociatedArtifactfromJson(no.unit.nva.file.model.FileType type, java.util.UUID identifier, java.lang.String name, java.lang.String mimeType, java.lang.Long size, no.unit.nva.file.model.License license, boolean administrativeAgreement, boolean publisherAuthority, java.time.Instant embargoDate)
-
-
-
Method Detail
-
fromJson
static AssociatedArtifact fromJson(no.unit.nva.file.model.FileType type, java.util.UUID identifier, java.lang.String name, java.lang.String mimeType, java.lang.Long size, no.unit.nva.file.model.License license, boolean administrativeAgreement, boolean publisherAuthority, java.time.Instant embargoDate)
-
-