class UpdateTableRowPropertiesRequest extends Collection (View source)

Properties

protected $collection_key
string $fields
string $objectId
int[] $rowIndices
protected $tableRowPropertiesType
protected $tableRowPropertiesDataType

Methods

setFields($fields)

No description

string
getFields()

No description

setObjectId($objectId)

No description

string
getObjectId()

No description

setRowIndices($rowIndices)

No description

int[]
getRowIndices()

No description

setTableRowProperties(TableRowProperties $tableRowProperties)

No description

Details

setFields($fields)

No description

Parameters

$fields

string getFields()

No description

Return Value

string

setObjectId($objectId)

No description

Parameters

$objectId

string getObjectId()

No description

Return Value

string

setRowIndices($rowIndices)

No description

Parameters

$rowIndices

int[] getRowIndices()

No description

Return Value

int[]

setTableRowProperties(TableRowProperties $tableRowProperties)

No description

Parameters

TableRowProperties $tableRowProperties

TableRowProperties getTableRowProperties()

No description

Return Value

TableRowProperties