public class IosMinimumOperatingSystem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosMinimumOperatingSystem.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 |
v10_0 |
protected Boolean |
v11_0 |
protected Boolean |
v12_0 |
protected Boolean |
v13_0 |
protected Boolean |
v8_0 |
protected Boolean |
v9_0 |
| Modifier | Constructor and Description |
|---|---|
protected |
IosMinimumOperatingSystem() |
| Modifier and Type | Method and Description |
|---|---|
static IosMinimumOperatingSystem.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> |
getV10_0()
“Version 10.0 or later.”
|
Optional<Boolean> |
getV11_0()
“Version 11.0 or later.”
|
Optional<Boolean> |
getV12_0()
“Version 12.0 or later.”
|
Optional<Boolean> |
getV13_0()
“Version 13.0 or later.”
|
Optional<Boolean> |
getV8_0()
“Version 8.0 or later.”
|
Optional<Boolean> |
getV9_0()
“Version 9.0 or later.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosMinimumOperatingSystem |
withV10_0(Boolean v10_0)
Returns an immutable copy of
this with just the v10_0 field
changed. |
IosMinimumOperatingSystem |
withV11_0(Boolean v11_0)
Returns an immutable copy of
this with just the v11_0 field
changed. |
IosMinimumOperatingSystem |
withV12_0(Boolean v12_0)
Returns an immutable copy of
this with just the v12_0 field
changed. |
IosMinimumOperatingSystem |
withV13_0(Boolean v13_0)
Returns an immutable copy of
this with just the v13_0 field
changed. |
IosMinimumOperatingSystem |
withV8_0(Boolean v8_0)
Returns an immutable copy of
this with just the v8_0 field
changed. |
IosMinimumOperatingSystem |
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 v8_0
protected Boolean v9_0
protected Boolean v10_0
protected Boolean v11_0
protected Boolean v12_0
protected Boolean v13_0
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic IosMinimumOperatingSystem 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 IosMinimumOperatingSystem 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 IosMinimumOperatingSystem withV10_0(Boolean v10_0)
this with just the v10_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 10.0 or later.”
v10_0 - new value of v10_0 field (as defined in service metadata)this with just the v10_0 field changedpublic IosMinimumOperatingSystem withV11_0(Boolean v11_0)
this with just the v11_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 11.0 or later.”
v11_0 - new value of v11_0 field (as defined in service metadata)this with just the v11_0 field changedpublic IosMinimumOperatingSystem withV12_0(Boolean v12_0)
this with just the v12_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 12.0 or later.”
v12_0 - new value of v12_0 field (as defined in service metadata)this with just the v12_0 field changedpublic IosMinimumOperatingSystem withV13_0(Boolean v13_0)
this with just the v13_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 13.0 or later.”
v13_0 - new value of v13_0 field (as defined in service metadata)this with just the v13_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 IosMinimumOperatingSystem.Builder builder()
Copyright © 2018–2020. All rights reserved.