source: vendor/google/apiclient-services/src/CloudSearch/MeetingSpace.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\CloudSearch;
19
20class MeetingSpace extends \Google\Collection
21{
22 protected $collection_key = 'phoneAccess';
23 /**
24 * @var string[]
25 */
26 public $acceptedNumberClass;
27 protected $broadcastAccessType = BroadcastAccess::class;
28 protected $broadcastAccessDataType = '';
29 protected $callInfoType = CallInfo::class;
30 protected $callInfoDataType = '';
31 protected $gatewayAccessType = GatewayAccess::class;
32 protected $gatewayAccessDataType = '';
33 protected $gatewaySipAccessType = GatewaySipAccess::class;
34 protected $gatewaySipAccessDataType = 'array';
35 /**
36 * @var string
37 */
38 public $meetingAlias;
39 /**
40 * @var string
41 */
42 public $meetingCode;
43 /**
44 * @var string
45 */
46 public $meetingSpaceId;
47 /**
48 * @var string
49 */
50 public $meetingUrl;
51 /**
52 * @var string
53 */
54 public $moreJoinUrl;
55 protected $phoneAccessType = PhoneAccess::class;
56 protected $phoneAccessDataType = 'array';
57 protected $settingsType = Settings::class;
58 protected $settingsDataType = '';
59 protected $universalPhoneAccessType = UniversalPhoneAccess::class;
60 protected $universalPhoneAccessDataType = '';
61
62 /**
63 * @param string[]
64 */
65 public function setAcceptedNumberClass($acceptedNumberClass)
66 {
67 $this->acceptedNumberClass = $acceptedNumberClass;
68 }
69 /**
70 * @return string[]
71 */
72 public function getAcceptedNumberClass()
73 {
74 return $this->acceptedNumberClass;
75 }
76 /**
77 * @param BroadcastAccess
78 */
79 public function setBroadcastAccess(BroadcastAccess $broadcastAccess)
80 {
81 $this->broadcastAccess = $broadcastAccess;
82 }
83 /**
84 * @return BroadcastAccess
85 */
86 public function getBroadcastAccess()
87 {
88 return $this->broadcastAccess;
89 }
90 /**
91 * @param CallInfo
92 */
93 public function setCallInfo(CallInfo $callInfo)
94 {
95 $this->callInfo = $callInfo;
96 }
97 /**
98 * @return CallInfo
99 */
100 public function getCallInfo()
101 {
102 return $this->callInfo;
103 }
104 /**
105 * @param GatewayAccess
106 */
107 public function setGatewayAccess(GatewayAccess $gatewayAccess)
108 {
109 $this->gatewayAccess = $gatewayAccess;
110 }
111 /**
112 * @return GatewayAccess
113 */
114 public function getGatewayAccess()
115 {
116 return $this->gatewayAccess;
117 }
118 /**
119 * @param GatewaySipAccess[]
120 */
121 public function setGatewaySipAccess($gatewaySipAccess)
122 {
123 $this->gatewaySipAccess = $gatewaySipAccess;
124 }
125 /**
126 * @return GatewaySipAccess[]
127 */
128 public function getGatewaySipAccess()
129 {
130 return $this->gatewaySipAccess;
131 }
132 /**
133 * @param string
134 */
135 public function setMeetingAlias($meetingAlias)
136 {
137 $this->meetingAlias = $meetingAlias;
138 }
139 /**
140 * @return string
141 */
142 public function getMeetingAlias()
143 {
144 return $this->meetingAlias;
145 }
146 /**
147 * @param string
148 */
149 public function setMeetingCode($meetingCode)
150 {
151 $this->meetingCode = $meetingCode;
152 }
153 /**
154 * @return string
155 */
156 public function getMeetingCode()
157 {
158 return $this->meetingCode;
159 }
160 /**
161 * @param string
162 */
163 public function setMeetingSpaceId($meetingSpaceId)
164 {
165 $this->meetingSpaceId = $meetingSpaceId;
166 }
167 /**
168 * @return string
169 */
170 public function getMeetingSpaceId()
171 {
172 return $this->meetingSpaceId;
173 }
174 /**
175 * @param string
176 */
177 public function setMeetingUrl($meetingUrl)
178 {
179 $this->meetingUrl = $meetingUrl;
180 }
181 /**
182 * @return string
183 */
184 public function getMeetingUrl()
185 {
186 return $this->meetingUrl;
187 }
188 /**
189 * @param string
190 */
191 public function setMoreJoinUrl($moreJoinUrl)
192 {
193 $this->moreJoinUrl = $moreJoinUrl;
194 }
195 /**
196 * @return string
197 */
198 public function getMoreJoinUrl()
199 {
200 return $this->moreJoinUrl;
201 }
202 /**
203 * @param PhoneAccess[]
204 */
205 public function setPhoneAccess($phoneAccess)
206 {
207 $this->phoneAccess = $phoneAccess;
208 }
209 /**
210 * @return PhoneAccess[]
211 */
212 public function getPhoneAccess()
213 {
214 return $this->phoneAccess;
215 }
216 /**
217 * @param Settings
218 */
219 public function setSettings(Settings $settings)
220 {
221 $this->settings = $settings;
222 }
223 /**
224 * @return Settings
225 */
226 public function getSettings()
227 {
228 return $this->settings;
229 }
230 /**
231 * @param UniversalPhoneAccess
232 */
233 public function setUniversalPhoneAccess(UniversalPhoneAccess $universalPhoneAccess)
234 {
235 $this->universalPhoneAccess = $universalPhoneAccess;
236 }
237 /**
238 * @return UniversalPhoneAccess
239 */
240 public function getUniversalPhoneAccess()
241 {
242 return $this->universalPhoneAccess;
243 }
244}
245
246// Adding a class alias for backwards compatibility with the previous class name.
247class_alias(MeetingSpace::class, 'Google_Service_CloudSearch_MeetingSpace');
Note: See TracBrowser for help on using the repository browser.