managedObjects.setSelf(baseUrl + "/managedObjects");
return this;
}
public InventoryRepresentation build() {
InventoryRepresentation representation = new InventoryRepresentation();
representation.setManagedObjects(managedObjects);
return representation;
}