contentFilter = $contentFilter; } /** * @return Google_Service_PhotosLibrary_ContentFilter */ public function getContentFilter() { return $this->contentFilter; } /** * @param Google_Service_PhotosLibrary_DateFilter */ public function setDateFilter(Google_Service_PhotosLibrary_DateFilter $dateFilter) { $this->dateFilter = $dateFilter; } /** * @return Google_Service_PhotosLibrary_DateFilter */ public function getDateFilter() { return $this->dateFilter; } public function setIncludeArchivedMedia($includeArchivedMedia) { $this->includeArchivedMedia = $includeArchivedMedia; } public function getIncludeArchivedMedia() { return $this->includeArchivedMedia; } /** * @param Google_Service_PhotosLibrary_MediaTypeFilter */ public function setMediaTypeFilter(Google_Service_PhotosLibrary_MediaTypeFilter $mediaTypeFilter) { $this->mediaTypeFilter = $mediaTypeFilter; } /** * @return Google_Service_PhotosLibrary_MediaTypeFilter */ public function getMediaTypeFilter() { return $this->mediaTypeFilter; } }