bandedRanges = $bandedRanges;
}
/**
* @return Google_Service_Sheets_BandedRange[]
*/
public function getBandedRanges()
{
return $this->bandedRanges;
}
/**
* @param Google_Service_Sheets_BasicFilter
*/
public function setBasicFilter(Google_Service_Sheets_BasicFilter $basicFilter)
{
$this->basicFilter = $basicFilter;
}
/**
* @return Google_Service_Sheets_BasicFilter
*/
public function getBasicFilter()
{
return $this->basicFilter;
}
/**
* @param Google_Service_Sheets_EmbeddedChart[]
*/
public function setCharts($charts)
{
$this->charts = $charts;
}
/**
* @return Google_Service_Sheets_EmbeddedChart[]
*/
public function getCharts()
{
return $this->charts;
}
/**
* @param Google_Service_Sheets_DimensionGroup[]
*/
public function setColumnGroups($columnGroups)
{
$this->columnGroups = $columnGroups;
}
/**
* @return Google_Service_Sheets_DimensionGroup[]
*/
public function getColumnGroups()
{
return $this->columnGroups;
}
/**
* @param Google_Service_Sheets_ConditionalFormatRule[]
*/
public function setConditionalFormats($conditionalFormats)
{
$this->conditionalFormats = $conditionalFormats;
}
/**
* @return Google_Service_Sheets_ConditionalFormatRule[]
*/
public function getConditionalFormats()
{
return $this->conditionalFormats;
}
/**
* @param Google_Service_Sheets_GridData[]
*/
public function setData($data)
{
$this->data = $data;
}
/**
* @return Google_Service_Sheets_GridData[]
*/
public function getData()
{
return $this->data;
}
/**
* @param Google_Service_Sheets_DeveloperMetadata[]
*/
public function setDeveloperMetadata($developerMetadata)
{
$this->developerMetadata = $developerMetadata;
}
/**
* @return Google_Service_Sheets_DeveloperMetadata[]
*/
public function getDeveloperMetadata()
{
return $this->developerMetadata;
}
/**
* @param Google_Service_Sheets_FilterView[]
*/
public function setFilterViews($filterViews)
{
$this->filterViews = $filterViews;
}
/**
* @return Google_Service_Sheets_FilterView[]
*/
public function getFilterViews()
{
return $this->filterViews;
}
/**
* @param Google_Service_Sheets_GridRange[]
*/
public function setMerges($merges)
{
$this->merges = $merges;
}
/**
* @return Google_Service_Sheets_GridRange[]
*/
public function getMerges()
{
return $this->merges;
}
/**
* @param Google_Service_Sheets_SheetProperties
*/
public function setProperties(Google_Service_Sheets_SheetProperties $properties)
{
$this->properties = $properties;
}
/**
* @return Google_Service_Sheets_SheetProperties
*/
public function getProperties()
{
return $this->properties;
}
/**
* @param Google_Service_Sheets_ProtectedRange[]
*/
public function setProtectedRanges($protectedRanges)
{
$this->protectedRanges = $protectedRanges;
}
/**
* @return Google_Service_Sheets_ProtectedRange[]
*/
public function getProtectedRanges()
{
return $this->protectedRanges;
}
/**
* @param Google_Service_Sheets_DimensionGroup[]
*/
public function setRowGroups($rowGroups)
{
$this->rowGroups = $rowGroups;
}
/**
* @return Google_Service_Sheets_DimensionGroup[]
*/
public function getRowGroups()
{
return $this->rowGroups;
}
/**
* @param Google_Service_Sheets_Slicer[]
*/
public function setSlicers($slicers)
{
$this->slicers = $slicers;
}
/**
* @return Google_Service_Sheets_Slicer[]
*/
public function getSlicers()
{
return $this->slicers;
}
}