Class AndroidMinimumOperatingSystem
- java.lang.Object
-
- odata.msgraph.client.complex.AndroidMinimumOperatingSystem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AndroidMinimumOperatingSystem extends Object implements com.github.davidmoten.odata.client.ODataType
“Contains properties for the minimum operating system required for an Android mobile app.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidMinimumOperatingSystem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Booleanv10_0protected Booleanv11_0protected Booleanv4_0protected Booleanv4_0_3protected Booleanv4_1protected Booleanv4_2protected Booleanv4_3protected Booleanv4_4protected Booleanv5_0protected Booleanv5_1protected Booleanv6_0protected Booleanv7_0protected Booleanv7_1protected Booleanv8_0protected Booleanv8_1protected Booleanv9_0
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidMinimumOperatingSystem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidMinimumOperatingSystem.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Boolean>getV10_0()“When TRUE, only Version 10.0 or later is supported.Optional<Boolean>getV11_0()“When TRUE, only Version 11.0 or later is supported.Optional<Boolean>getV4_0()“When TRUE, only Version 4.0 or later is supported.Optional<Boolean>getV4_0_3()“When TRUE, only Version 4.0.3 or later is supported.Optional<Boolean>getV4_1()“When TRUE, only Version 4.1 or later is supported.Optional<Boolean>getV4_2()“When TRUE, only Version 4.2 or later is supported.Optional<Boolean>getV4_3()“When TRUE, only Version 4.3 or later is supported.Optional<Boolean>getV4_4()“When TRUE, only Version 4.4 or later is supported.Optional<Boolean>getV5_0()“When TRUE, only Version 5.0 or later is supported.Optional<Boolean>getV5_1()“When TRUE, only Version 5.1 or later is supported.Optional<Boolean>getV6_0()“When TRUE, only Version 6.0 or later is supported.Optional<Boolean>getV7_0()“When TRUE, only Version 7.0 or later is supported.Optional<Boolean>getV7_1()“When TRUE, only Version 7.1 or later is supported.Optional<Boolean>getV8_0()“When TRUE, only Version 8.0 or later is supported.Optional<Boolean>getV8_1()“When TRUE, only Version 8.1 or later is supported.Optional<Boolean>getV9_0()“When TRUE, only Version 9.0 or later is supported.StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidMinimumOperatingSystemwithUnmappedField(String name, Object value)AndroidMinimumOperatingSystemwithV10_0(Boolean v10_0)Returns an immutable copy ofthiswith just thev10_0field changed.AndroidMinimumOperatingSystemwithV11_0(Boolean v11_0)Returns an immutable copy ofthiswith just thev11_0field changed.AndroidMinimumOperatingSystemwithV4_0(Boolean v4_0)Returns an immutable copy ofthiswith just thev4_0field changed.AndroidMinimumOperatingSystemwithV4_0_3(Boolean v4_0_3)Returns an immutable copy ofthiswith just thev4_0_3field changed.AndroidMinimumOperatingSystemwithV4_1(Boolean v4_1)Returns an immutable copy ofthiswith just thev4_1field changed.AndroidMinimumOperatingSystemwithV4_2(Boolean v4_2)Returns an immutable copy ofthiswith just thev4_2field changed.AndroidMinimumOperatingSystemwithV4_3(Boolean v4_3)Returns an immutable copy ofthiswith just thev4_3field changed.AndroidMinimumOperatingSystemwithV4_4(Boolean v4_4)Returns an immutable copy ofthiswith just thev4_4field changed.AndroidMinimumOperatingSystemwithV5_0(Boolean v5_0)Returns an immutable copy ofthiswith just thev5_0field changed.AndroidMinimumOperatingSystemwithV5_1(Boolean v5_1)Returns an immutable copy ofthiswith just thev5_1field changed.AndroidMinimumOperatingSystemwithV6_0(Boolean v6_0)Returns an immutable copy ofthiswith just thev6_0field changed.AndroidMinimumOperatingSystemwithV7_0(Boolean v7_0)Returns an immutable copy ofthiswith just thev7_0field changed.AndroidMinimumOperatingSystemwithV7_1(Boolean v7_1)Returns an immutable copy ofthiswith just thev7_1field changed.AndroidMinimumOperatingSystemwithV8_0(Boolean v8_0)Returns an immutable copy ofthiswith just thev8_0field changed.AndroidMinimumOperatingSystemwithV8_1(Boolean v8_1)Returns an immutable copy ofthiswith just thev8_1field changed.AndroidMinimumOperatingSystemwithV9_0(Boolean v9_0)Returns an immutable copy ofthiswith just thev9_0field changed.
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
v10_0
protected Boolean v10_0
-
v11_0
protected Boolean v11_0
-
v4_0
protected Boolean v4_0
-
v4_0_3
protected Boolean v4_0_3
-
v4_1
protected Boolean v4_1
-
v4_2
protected Boolean v4_2
-
v4_3
protected Boolean v4_3
-
v4_4
protected Boolean v4_4
-
v5_0
protected Boolean v5_0
-
v5_1
protected Boolean v5_1
-
v6_0
protected Boolean v6_0
-
v7_0
protected Boolean v7_0
-
v7_1
protected Boolean v7_1
-
v8_0
protected Boolean v8_0
-
v8_1
protected Boolean v8_1
-
v9_0
protected Boolean v9_0
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getV10_0
public Optional<Boolean> getV10_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.”- Returns:
- property v10_0
-
withV10_0
public AndroidMinimumOperatingSystem withV10_0(Boolean v10_0)
Returns an immutable copy ofthiswith just thev10_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“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- new value ofv10_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev10_0field changed
-
getV11_0
public Optional<Boolean> getV11_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.”- Returns:
- property v11_0
-
withV11_0
public AndroidMinimumOperatingSystem withV11_0(Boolean v11_0)
Returns an immutable copy ofthiswith just thev11_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“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- new value ofv11_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev11_0field changed
-
getV4_0
public Optional<Boolean> getV4_0()
“When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_0
-
withV4_0
public AndroidMinimumOperatingSystem withV4_0(Boolean v4_0)
Returns an immutable copy ofthiswith just thev4_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_0- new value ofv4_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_0field changed
-
getV4_0_3
public Optional<Boolean> getV4_0_3()
“When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_0_3
-
withV4_0_3
public AndroidMinimumOperatingSystem withV4_0_3(Boolean v4_0_3)
Returns an immutable copy ofthiswith just thev4_0_3field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_0_3- new value ofv4_0_3field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_0_3field changed
-
getV4_1
public Optional<Boolean> getV4_1()
“When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_1
-
withV4_1
public AndroidMinimumOperatingSystem withV4_1(Boolean v4_1)
Returns an immutable copy ofthiswith just thev4_1field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_1- new value ofv4_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_1field changed
-
getV4_2
public Optional<Boolean> getV4_2()
“When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_2
-
withV4_2
public AndroidMinimumOperatingSystem withV4_2(Boolean v4_2)
Returns an immutable copy ofthiswith just thev4_2field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_2- new value ofv4_2field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_2field changed
-
getV4_3
public Optional<Boolean> getV4_3()
“When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_3
-
withV4_3
public AndroidMinimumOperatingSystem withV4_3(Boolean v4_3)
Returns an immutable copy ofthiswith just thev4_3field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_3- new value ofv4_3field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_3field changed
-
getV4_4
public Optional<Boolean> getV4_4()
“When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v4_4
-
withV4_4
public AndroidMinimumOperatingSystem withV4_4(Boolean v4_4)
Returns an immutable copy ofthiswith just thev4_4field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v4_4- new value ofv4_4field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_4field changed
-
getV5_0
public Optional<Boolean> getV5_0()
“When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v5_0
-
withV5_0
public AndroidMinimumOperatingSystem withV5_0(Boolean v5_0)
Returns an immutable copy ofthiswith just thev5_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v5_0- new value ofv5_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev5_0field changed
-
getV5_1
public Optional<Boolean> getV5_1()
“When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v5_1
-
withV5_1
public AndroidMinimumOperatingSystem withV5_1(Boolean v5_1)
Returns an immutable copy ofthiswith just thev5_1field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v5_1- new value ofv5_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev5_1field changed
-
getV6_0
public Optional<Boolean> getV6_0()
“When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v6_0
-
withV6_0
public AndroidMinimumOperatingSystem withV6_0(Boolean v6_0)
Returns an immutable copy ofthiswith just thev6_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v6_0- new value ofv6_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev6_0field changed
-
getV7_0
public Optional<Boolean> getV7_0()
“When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v7_0
-
withV7_0
public AndroidMinimumOperatingSystem withV7_0(Boolean v7_0)
Returns an immutable copy ofthiswith just thev7_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v7_0- new value ofv7_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev7_0field changed
-
getV7_1
public Optional<Boolean> getV7_1()
“When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v7_1
-
withV7_1
public AndroidMinimumOperatingSystem withV7_1(Boolean v7_1)
Returns an immutable copy ofthiswith just thev7_1field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v7_1- new value ofv7_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev7_1field changed
-
getV8_0
public Optional<Boolean> getV8_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.”- Returns:
- property v8_0
-
withV8_0
public AndroidMinimumOperatingSystem withV8_0(Boolean v8_0)
Returns an immutable copy ofthiswith just thev8_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“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- new value ofv8_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev8_0field changed
-
getV8_1
public Optional<Boolean> getV8_1()
“When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”- Returns:
- property v8_1
-
withV8_1
public AndroidMinimumOperatingSystem withV8_1(Boolean v8_1)
Returns an immutable copy ofthiswith just thev8_1field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.”
- Parameters:
v8_1- new value ofv8_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev8_1field changed
-
getV9_0
public Optional<Boolean> getV9_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.”- Returns:
- property v9_0
-
withV9_0
public AndroidMinimumOperatingSystem withV9_0(Boolean v9_0)
Returns an immutable copy ofthiswith just thev9_0field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“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- new value ofv9_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev9_0field changed
-
withUnmappedField
public AndroidMinimumOperatingSystem withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AndroidMinimumOperatingSystem.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-