PluginProbe
Booking for Appointments and Events Calendar – Amelia / 1.2.23
Booking for Appointments and Events Calendar – Amelia v1.2.23
2.4.9 2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 All 59 releases
ameliabooking / vendor / microsoft / microsoft-graph / src / Model / IosMinimumOperatingSystem.php
IosMinimumOperatingSystem.php
223 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
4 *
5 * IosMinimumOperatingSystem File
6 * PHP version 7
7 *
8 * @category Library
9 * @package Microsoft.Graph
10 * @copyright (c) Microsoft Corporation. All rights reserved.
11 * @license https://opensource.org/licenses/MIT MIT License
12 * @link https://graph.microsoft.com
13 */
14 namespace Microsoft\Graph\Model;
15 /**
16 * IosMinimumOperatingSystem class
17 *
18 * @category Model
19 * @package Microsoft.Graph
20 * @copyright (c) Microsoft Corporation. All rights reserved.
21 * @license https://opensource.org/licenses/MIT MIT License
22 * @link https://graph.microsoft.com
23 */
24 class IosMinimumOperatingSystem extends Entity
25 {
26 /**
27 * Gets the v10_0
28 * Version 10.0 or later.
29 *
30 * @return bool|null The v10_0
31 */
32 public function getV10_0()
33 {
34 if (array_key_exists("v100", $this->_propDict)) {
35 return $this->_propDict["v100"];
36 } else {
37 return null;
38 }
39 }
40
41 /**
42 * Sets the v10_0
43 * Version 10.0 or later.
44 *
45 * @param bool $val The value of the v10_0
46 *
47 * @return IosMinimumOperatingSystem
48 */
49 public function setV10_0($val)
50 {
51 $this->_propDict["v100"] = $val;
52 return $this;
53 }
54 /**
55 * Gets the v11_0
56 * Version 11.0 or later.
57 *
58 * @return bool|null The v11_0
59 */
60 public function getV11_0()
61 {
62 if (array_key_exists("v110", $this->_propDict)) {
63 return $this->_propDict["v110"];
64 } else {
65 return null;
66 }
67 }
68
69 /**
70 * Sets the v11_0
71 * Version 11.0 or later.
72 *
73 * @param bool $val The value of the v11_0
74 *
75 * @return IosMinimumOperatingSystem
76 */
77 public function setV11_0($val)
78 {
79 $this->_propDict["v110"] = $val;
80 return $this;
81 }
82 /**
83 * Gets the v12_0
84 * Version 12.0 or later.
85 *
86 * @return bool|null The v12_0
87 */
88 public function getV12_0()
89 {
90 if (array_key_exists("v120", $this->_propDict)) {
91 return $this->_propDict["v120"];
92 } else {
93 return null;
94 }
95 }
96
97 /**
98 * Sets the v12_0
99 * Version 12.0 or later.
100 *
101 * @param bool $val The value of the v12_0
102 *
103 * @return IosMinimumOperatingSystem
104 */
105 public function setV12_0($val)
106 {
107 $this->_propDict["v120"] = $val;
108 return $this;
109 }
110 /**
111 * Gets the v13_0
112 * Version 13.0 or later.
113 *
114 * @return bool|null The v13_0
115 */
116 public function getV13_0()
117 {
118 if (array_key_exists("v130", $this->_propDict)) {
119 return $this->_propDict["v130"];
120 } else {
121 return null;
122 }
123 }
124
125 /**
126 * Sets the v13_0
127 * Version 13.0 or later.
128 *
129 * @param bool $val The value of the v13_0
130 *
131 * @return IosMinimumOperatingSystem
132 */
133 public function setV13_0($val)
134 {
135 $this->_propDict["v130"] = $val;
136 return $this;
137 }
138 /**
139 * Gets the v14_0
140 * Version 14.0 or later.
141 *
142 * @return bool|null The v14_0
143 */
144 public function getV14_0()
145 {
146 if (array_key_exists("v140", $this->_propDict)) {
147 return $this->_propDict["v140"];
148 } else {
149 return null;
150 }
151 }
152
153 /**
154 * Sets the v14_0
155 * Version 14.0 or later.
156 *
157 * @param bool $val The value of the v14_0
158 *
159 * @return IosMinimumOperatingSystem
160 */
161 public function setV14_0($val)
162 {
163 $this->_propDict["v140"] = $val;
164 return $this;
165 }
166 /**
167 * Gets the v8_0
168 * Version 8.0 or later.
169 *
170 * @return bool|null The v8_0
171 */
172 public function getV8_0()
173 {
174 if (array_key_exists("v80", $this->_propDict)) {
175 return $this->_propDict["v80"];
176 } else {
177 return null;
178 }
179 }
180
181 /**
182 * Sets the v8_0
183 * Version 8.0 or later.
184 *
185 * @param bool $val The value of the v8_0
186 *
187 * @return IosMinimumOperatingSystem
188 */
189 public function setV8_0($val)
190 {
191 $this->_propDict["v80"] = $val;
192 return $this;
193 }
194 /**
195 * Gets the v9_0
196 * Version 9.0 or later.
197 *
198 * @return bool|null The v9_0
199 */
200 public function getV9_0()
201 {
202 if (array_key_exists("v90", $this->_propDict)) {
203 return $this->_propDict["v90"];
204 } else {
205 return null;
206 }
207 }
208
209 /**
210 * Sets the v9_0
211 * Version 9.0 or later.
212 *
213 * @param bool $val The value of the v9_0
214 *
215 * @return IosMinimumOperatingSystem
216 */
217 public function setV9_0($val)
218 {
219 $this->_propDict["v90"] = $val;
220 return $this;
221 }
222 }
223