Package odata.msgraph.client.complex
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_1
-
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()“Version 10.0 or later.”Optional<Boolean>getV11_0()“Version 11.0 or later.”Optional<Boolean>getV4_0()“Version 4.0 or later.”Optional<Boolean>getV4_0_3()“Version 4.0.3 or later.”Optional<Boolean>getV4_1()“Version 4.1 or later.”Optional<Boolean>getV4_2()“Version 4.2 or later.”Optional<Boolean>getV4_3()“Version 4.3 or later.”Optional<Boolean>getV4_4()“Version 4.4 or later.”Optional<Boolean>getV5_0()“Version 5.0 or later.”Optional<Boolean>getV5_1()“Version 5.1 or later.”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AndroidMinimumOperatingSystemwithUnmappedField(String name, String 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.
-
-
-
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
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
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.“Version 10.0 or later.”
- Parameters:
v10_0- new value ofv10_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev10_0field changed
-
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.“Version 11.0 or later.”
- Parameters:
v11_0- new value ofv11_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev11_0field changed
-
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.“Version 4.0 or later.”
- Parameters:
v4_0- new value ofv4_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_0field changed
-
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.“Version 4.0.3 or later.”
- Parameters:
v4_0_3- new value ofv4_0_3field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_0_3field changed
-
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.“Version 4.1 or later.”
- Parameters:
v4_1- new value ofv4_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_1field changed
-
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.“Version 4.2 or later.”
- Parameters:
v4_2- new value ofv4_2field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_2field changed
-
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.“Version 4.3 or later.”
- Parameters:
v4_3- new value ofv4_3field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_3field changed
-
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.“Version 4.4 or later.”
- Parameters:
v4_4- new value ofv4_4field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev4_4field changed
-
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.“Version 5.0 or later.”
- Parameters:
v5_0- new value ofv5_0field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev5_0field changed
-
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.“Version 5.1 or later.”
- Parameters:
v5_1- new value ofv5_1field (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thev5_1field changed
-
withUnmappedField
public AndroidMinimumOperatingSystem withUnmappedField(String name, String 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
-
-