}
@Override
public DashboardData build() {
List<ComponentData> children = buildChildren();
return new DashboardData(storageId, id, name, icon, template, factoryId, title, description, width, height,
Utils.safeImmutableList(accessPermissions), Utils.safeImmutableList(moveAppsPermissions),
Utils.safeImmutableList(moveContainersPermissions), children);
}