Uses of Class
com.gentics.contentnode.rest.model.response.migration.MigrationJobLogEntryItem
-
Packages that use MigrationJobLogEntryItem Package Description com.gentics.contentnode.rest.model.response.migration -
-
Uses of MigrationJobLogEntryItem in com.gentics.contentnode.rest.model.response.migration
Methods in com.gentics.contentnode.rest.model.response.migration that return types with arguments of type MigrationJobLogEntryItem Modifier and Type Method Description List<MigrationJobLogEntryItem>
MigrationJobItemsResponse. getJobItems()
Returns the list ofMigrationJobLogEntryItem
Method parameters in com.gentics.contentnode.rest.model.response.migration with type arguments of type MigrationJobLogEntryItem Modifier and Type Method Description void
MigrationJobItemsResponse. setJobItems(List<MigrationJobLogEntryItem> jobItems)
Sets the list ofMigrationJobLogEntryItem
-