public class AndroidMinimumOperatingSystem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidMinimumOperatingSystem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
v4_0 |
protected Boolean |
v4_0_3 |
protected Boolean |
v4_1 |
protected Boolean |
v4_2 |
protected Boolean |
v4_3 |
protected Boolean |
v4_4 |
protected Boolean |
v5_0 |
protected Boolean |
v5_1 |
protected Boolean |
v6_0 |
protected Boolean |
v7_0 |
protected Boolean |
v7_1 |
protected Boolean |
v8_0 |
protected Boolean |
v8_1 |
protected Boolean |
v9_0 |
| Modifier | Constructor and Description |
|---|---|
protected |
AndroidMinimumOperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidMinimumOperatingSystem.Builder |
builder()
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.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getV4_0_3()
“Version 4.0.3 or later.”
|
Optional<Boolean> |
getV4_0()
“Version 4.0 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.”
|
Optional<Boolean> |
getV6_0()
“Version 6.0 or later.”
|
Optional<Boolean> |
getV7_0()
“Version 7.0 or later.”
|
Optional<Boolean> |
getV7_1()
“Version 7.1 or later.”
|
Optional<Boolean> |
getV8_0()
“Version 8.0 or later.”
|
Optional<Boolean> |
getV8_1()
“Version 8.1 or later.”
|
Optional<Boolean> |
getV9_0()
“Version 9.0 or later.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AndroidMinimumOperatingSystem |
withV4_0_3(Boolean v4_0_3)
Returns an immutable copy of
this with just the v4_0_3 field
changed. |
AndroidMinimumOperatingSystem |
withV4_0(Boolean v4_0)
Returns an immutable copy of
this with just the v4_0 field
changed. |
AndroidMinimumOperatingSystem |
withV4_1(Boolean v4_1)
Returns an immutable copy of
this with just the v4_1 field
changed. |
AndroidMinimumOperatingSystem |
withV4_2(Boolean v4_2)
Returns an immutable copy of
this with just the v4_2 field
changed. |
AndroidMinimumOperatingSystem |
withV4_3(Boolean v4_3)
Returns an immutable copy of
this with just the v4_3 field
changed. |
AndroidMinimumOperatingSystem |
withV4_4(Boolean v4_4)
Returns an immutable copy of
this with just the v4_4 field
changed. |
AndroidMinimumOperatingSystem |
withV5_0(Boolean v5_0)
Returns an immutable copy of
this with just the v5_0 field
changed. |
AndroidMinimumOperatingSystem |
withV5_1(Boolean v5_1)
Returns an immutable copy of
this with just the v5_1 field
changed. |
AndroidMinimumOperatingSystem |
withV6_0(Boolean v6_0)
Returns an immutable copy of
this with just the v6_0 field
changed. |
AndroidMinimumOperatingSystem |
withV7_0(Boolean v7_0)
Returns an immutable copy of
this with just the v7_0 field
changed. |
AndroidMinimumOperatingSystem |
withV7_1(Boolean v7_1)
Returns an immutable copy of
this with just the v7_1 field
changed. |
AndroidMinimumOperatingSystem |
withV8_0(Boolean v8_0)
Returns an immutable copy of
this with just the v8_0 field
changed. |
AndroidMinimumOperatingSystem |
withV8_1(Boolean v8_1)
Returns an immutable copy of
this with just the v8_1 field
changed. |
AndroidMinimumOperatingSystem |
withV9_0(Boolean v9_0)
Returns an immutable copy of
this with just the v9_0 field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean v4_0
protected Boolean v4_0_3
protected Boolean v4_1
protected Boolean v4_2
protected Boolean v4_3
protected Boolean v4_4
protected Boolean v5_0
protected Boolean v5_1
protected Boolean v6_0
protected Boolean v7_0
protected Boolean v7_1
protected Boolean v8_0
protected Boolean v8_1
protected Boolean v9_0
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AndroidMinimumOperatingSystem withV4_0(Boolean v4_0)
this with just the v4_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.0 or later.”
v4_0 - new value of v4_0 field (as defined in service metadata)this with just the v4_0 field changedpublic AndroidMinimumOperatingSystem withV4_0_3(Boolean v4_0_3)
this with just the v4_0_3 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.0.3 or later.”
v4_0_3 - new value of v4_0_3 field (as defined in service metadata)this with just the v4_0_3 field changedpublic AndroidMinimumOperatingSystem withV4_1(Boolean v4_1)
this with just the v4_1 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.1 or later.”
v4_1 - new value of v4_1 field (as defined in service metadata)this with just the v4_1 field changedpublic AndroidMinimumOperatingSystem withV4_2(Boolean v4_2)
this with just the v4_2 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.2 or later.”
v4_2 - new value of v4_2 field (as defined in service metadata)this with just the v4_2 field changedpublic AndroidMinimumOperatingSystem withV4_3(Boolean v4_3)
this with just the v4_3 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.3 or later.”
v4_3 - new value of v4_3 field (as defined in service metadata)this with just the v4_3 field changedpublic AndroidMinimumOperatingSystem withV4_4(Boolean v4_4)
this with just the v4_4 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 4.4 or later.”
v4_4 - new value of v4_4 field (as defined in service metadata)this with just the v4_4 field changedpublic AndroidMinimumOperatingSystem withV5_0(Boolean v5_0)
this with just the v5_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 5.0 or later.”
v5_0 - new value of v5_0 field (as defined in service metadata)this with just the v5_0 field changedpublic AndroidMinimumOperatingSystem withV5_1(Boolean v5_1)
this with just the v5_1 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 5.1 or later.”
v5_1 - new value of v5_1 field (as defined in service metadata)this with just the v5_1 field changedpublic AndroidMinimumOperatingSystem withV6_0(Boolean v6_0)
this with just the v6_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 6.0 or later.”
v6_0 - new value of v6_0 field (as defined in service metadata)this with just the v6_0 field changedpublic AndroidMinimumOperatingSystem withV7_0(Boolean v7_0)
this with just the v7_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 7.0 or later.”
v7_0 - new value of v7_0 field (as defined in service metadata)this with just the v7_0 field changedpublic AndroidMinimumOperatingSystem withV7_1(Boolean v7_1)
this with just the v7_1 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 7.1 or later.”
v7_1 - new value of v7_1 field (as defined in service metadata)this with just the v7_1 field changedpublic AndroidMinimumOperatingSystem withV8_0(Boolean v8_0)
this with just the v8_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 8.0 or later.”
v8_0 - new value of v8_0 field (as defined in service metadata)this with just the v8_0 field changedpublic AndroidMinimumOperatingSystem withV8_1(Boolean v8_1)
this with just the v8_1 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 8.1 or later.”
v8_1 - new value of v8_1 field (as defined in service metadata)this with just the v8_1 field changedpublic AndroidMinimumOperatingSystem withV9_0(Boolean v9_0)
this with just the v9_0 field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Version 9.0 or later.”
v9_0 - new value of v9_0 field (as defined in service metadata)this with just the v9_0 field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AndroidMinimumOperatingSystem.Builder builder()
Copyright © 2018–2020. All rights reserved.