Package odata.msgraph.client.complex
Class IosMinimumOperatingSystem.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.IosMinimumOperatingSystem.Builder
-
- Enclosing class:
- IosMinimumOperatingSystem
public static final class IosMinimumOperatingSystem.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosMinimumOperatingSystembuild()IosMinimumOperatingSystem.Builderv10_0(Boolean v10_0)“When TRUE, only Version 10.0 or later is supported.IosMinimumOperatingSystem.Builderv11_0(Boolean v11_0)“When TRUE, only Version 11.0 or later is supported.IosMinimumOperatingSystem.Builderv12_0(Boolean v12_0)“When TRUE, only Version 12.0 or later is supported.IosMinimumOperatingSystem.Builderv13_0(Boolean v13_0)“When TRUE, only Version 13.0 or later is supported.IosMinimumOperatingSystem.Builderv14_0(Boolean v14_0)“When TRUE, only Version 14.0 or later is supported.IosMinimumOperatingSystem.Builderv15_0(Boolean v15_0)“When TRUE, only Version 15.0 or later is supported.IosMinimumOperatingSystem.Builderv8_0(Boolean v8_0)“When TRUE, only Version 8.0 or later is supported.IosMinimumOperatingSystem.Builderv9_0(Boolean v9_0)“When TRUE, only Version 9.0 or later is supported.
-
-
-
Method Detail
-
v10_0
public IosMinimumOperatingSystem.Builder v10_0(Boolean v10_0)
“When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v10_0- value ofv10_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v11_0
public IosMinimumOperatingSystem.Builder v11_0(Boolean v11_0)
“When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v11_0- value ofv11_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v12_0
public IosMinimumOperatingSystem.Builder v12_0(Boolean v12_0)
“When TRUE, only Version 12.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v12_0- value ofv12_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v13_0
public IosMinimumOperatingSystem.Builder v13_0(Boolean v13_0)
“When TRUE, only Version 13.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v13_0- value ofv13_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v14_0
public IosMinimumOperatingSystem.Builder v14_0(Boolean v14_0)
“When TRUE, only Version 14.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v14_0- value ofv14_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v15_0
public IosMinimumOperatingSystem.Builder v15_0(Boolean v15_0)
“When TRUE, only Version 15.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v15_0- value ofv15_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v8_0
public IosMinimumOperatingSystem.Builder v8_0(Boolean v8_0)
“When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v8_0- value ofv8_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
v9_0
public IosMinimumOperatingSystem.Builder v9_0(Boolean v9_0)
“When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Parameters:
v9_0- value ofv9_0property (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosMinimumOperatingSystem build()
-
-