| @@ 1357-1390 (lines=34) @@ | ||
| 1354 | } |
|
| 1355 | } |
|
| 1356 | ||
| 1357 | class Google_Service_Classroom_Name extends Google_Model |
|
| 1358 | { |
|
| 1359 | protected $internal_gapi_mappings = array( |
|
| 1360 | ); |
|
| 1361 | public $familyName; |
|
| 1362 | public $fullName; |
|
| 1363 | public $givenName; |
|
| 1364 | ||
| 1365 | ||
| 1366 | public function setFamilyName($familyName) |
|
| 1367 | { |
|
| 1368 | $this->familyName = $familyName; |
|
| 1369 | } |
|
| 1370 | public function getFamilyName() |
|
| 1371 | { |
|
| 1372 | return $this->familyName; |
|
| 1373 | } |
|
| 1374 | public function setFullName($fullName) |
|
| 1375 | { |
|
| 1376 | $this->fullName = $fullName; |
|
| 1377 | } |
|
| 1378 | public function getFullName() |
|
| 1379 | { |
|
| 1380 | return $this->fullName; |
|
| 1381 | } |
|
| 1382 | public function setGivenName($givenName) |
|
| 1383 | { |
|
| 1384 | $this->givenName = $givenName; |
|
| 1385 | } |
|
| 1386 | public function getGivenName() |
|
| 1387 | { |
|
| 1388 | return $this->givenName; |
|
| 1389 | } |
|
| 1390 | } |
|
| 1391 | ||
| 1392 | class Google_Service_Classroom_Student extends Google_Model |
|
| 1393 | { |
|
| @@ 5077-5110 (lines=34) @@ | ||
| 5074 | } |
|
| 5075 | } |
|
| 5076 | ||
| 5077 | class Google_Service_Directory_UserName extends Google_Model |
|
| 5078 | { |
|
| 5079 | protected $internal_gapi_mappings = array( |
|
| 5080 | ); |
|
| 5081 | public $familyName; |
|
| 5082 | public $fullName; |
|
| 5083 | public $givenName; |
|
| 5084 | ||
| 5085 | ||
| 5086 | public function setFamilyName($familyName) |
|
| 5087 | { |
|
| 5088 | $this->familyName = $familyName; |
|
| 5089 | } |
|
| 5090 | public function getFamilyName() |
|
| 5091 | { |
|
| 5092 | return $this->familyName; |
|
| 5093 | } |
|
| 5094 | public function setFullName($fullName) |
|
| 5095 | { |
|
| 5096 | $this->fullName = $fullName; |
|
| 5097 | } |
|
| 5098 | public function getFullName() |
|
| 5099 | { |
|
| 5100 | return $this->fullName; |
|
| 5101 | } |
|
| 5102 | public function setGivenName($givenName) |
|
| 5103 | { |
|
| 5104 | $this->givenName = $givenName; |
|
| 5105 | } |
|
| 5106 | public function getGivenName() |
|
| 5107 | { |
|
| 5108 | return $this->givenName; |
|
| 5109 | } |
|
| 5110 | } |
|
| 5111 | ||
| 5112 | class Google_Service_Directory_UserOrganization extends Google_Model |
|
| 5113 | { |
|