public static class FilesetDTO.FilesetDTOBuilder
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
FilesetDTO.FilesetDTOBuilder | 
audit(AuditDTO audit)
Set the audit information of the fileset. 
 | 
FilesetDTO | 
build()
Build the FilesetDTO. 
 | 
FilesetDTO.FilesetDTOBuilder | 
comment(java.lang.String comment)
Set the comment of the fileset. 
 | 
FilesetDTO.FilesetDTOBuilder | 
name(java.lang.String name)
Set the name of the fileset. 
 | 
FilesetDTO.FilesetDTOBuilder | 
properties(java.util.Map<java.lang.String,java.lang.String> properties)
Set the properties of the fileset. 
 | 
FilesetDTO.FilesetDTOBuilder | 
storageLocations(java.util.Map<java.lang.String,java.lang.String> storageLocations)
Set the storage locations of the fileset. 
 | 
FilesetDTO.FilesetDTOBuilder | 
type(Fileset.Type type)
Set the type of the fileset. 
 | 
public FilesetDTO.FilesetDTOBuilder name(java.lang.String name)
name - The name of the fileset.public FilesetDTO.FilesetDTOBuilder comment(java.lang.String comment)
comment - The comment of the fileset.public FilesetDTO.FilesetDTOBuilder type(Fileset.Type type)
type - The type of the fileset.public FilesetDTO.FilesetDTOBuilder storageLocations(java.util.Map<java.lang.String,java.lang.String> storageLocations)
storageLocations - The storage locations of the fileset.public FilesetDTO.FilesetDTOBuilder properties(java.util.Map<java.lang.String,java.lang.String> properties)
properties - The properties of the fileset.public FilesetDTO.FilesetDTOBuilder audit(AuditDTO audit)
audit - The audit information of the fileset.public FilesetDTO build()