public class ImportMediaResult extends java.lang.Object implements ICommandResult
Constructor and Description |
---|
ImportMediaResult(java.util.List<ImportedEntry> imported)
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImportedEntry> |
getEntries()
Used to get information about the imported entries
|
public ImportMediaResult(java.util.List<ImportedEntry> imported)
imported
- Information about the imported entriespublic java.util.List<ImportedEntry> getEntries()