Home
last modified time | relevance | path

Searched refs:stateHistory (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DSubmissionHistory.php44 public function setStateHistory(StateHistory $stateHistory) argument
46 $this->stateHistory = $stateHistory;
53 return $this->stateHistory;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DBatch.php261 public function setStateHistory($stateHistory) argument
263 $this->stateHistory = $stateHistory;
270 return $this->stateHistory;