albumPosition = $albumPosition; } /** * @return Google_Service_PhotosLibrary_AlbumPosition */ public function getAlbumPosition() { return $this->albumPosition; } /** * @param Google_Service_PhotosLibrary_NewEnrichmentItem */ public function setNewEnrichmentItem(Google_Service_PhotosLibrary_NewEnrichmentItem $newEnrichmentItem) { $this->newEnrichmentItem = $newEnrichmentItem; } /** * @return Google_Service_PhotosLibrary_NewEnrichmentItem */ public function getNewEnrichmentItem() { return $this->newEnrichmentItem; } }