}
public PortalData build() {
List<String> accessPermissions = Utils.safeImmutableList(this.accessPermissions);
Map<String, String> properties = Utils.safeImmutableMap(this.properties);
return new PortalData(storageId, name, type, locale, label, description, accessPermissions, editPermission, properties,
skin, portalLayout.build(), buildRedirectData());
}