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