public class IosHomeScreenApp extends IosHomeScreenItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosHomeScreenApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundleID |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, displayName, odataType| Modifier | Constructor and Description |
|---|---|
protected |
IosHomeScreenApp() |
| Modifier and Type | Method and Description |
|---|---|
static IosHomeScreenApp.Builder |
builderIosHomeScreenApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBundleID()
“BundleID of app”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosHomeScreenApp |
withBundleID(String bundleID)
Returns an immutable copy of
this with just the bundleID field
changed. |
getDisplayName, withDisplayNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String bundleID
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosHomeScreenItempublic IosHomeScreenApp withBundleID(String bundleID)
this with just the bundleID 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.
“BundleID of app”
bundleID - new value of bundleID field (as defined in service metadata)this with just the bundleID field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosHomeScreenItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosHomeScreenItempublic static IosHomeScreenApp.Builder builderIosHomeScreenApp()
public String toString()
toString in class IosHomeScreenItemCopyright © 2018–2020. All rights reserved.