public class MacOSLobChildApp extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSLobChildApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildNumber |
protected String |
bundleId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
versionNumber |
| Modifier | Constructor and Description |
|---|---|
protected |
MacOSLobChildApp() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSLobChildApp.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getBuildNumber()
“The build number of MacOS Line of Business (LoB) app.”
|
Optional<String> |
getBundleId()
“The Identity Name.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersionNumber()
“The version number of MacOS Line of Business (LoB) app.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MacOSLobChildApp |
withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
MacOSLobChildApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
MacOSLobChildApp |
withVersionNumber(String versionNumber)
Returns an immutable copy of
this with just the versionNumber
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String bundleId
protected String buildNumber
protected String versionNumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MacOSLobChildApp 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.
“The Identity Name.”
bundleId - new value of bundleId field (as defined in service metadata)this with just the bundleId field changedpublic Optional<String> getBuildNumber()
public MacOSLobChildApp withBuildNumber(String buildNumber)
this with just the buildNumber
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.
“The build number of MacOS Line of Business (LoB) app.”
buildNumber - new value of buildNumber field (as defined in service metadata)this with just the buildNumber field changedpublic Optional<String> getVersionNumber()
public MacOSLobChildApp withVersionNumber(String versionNumber)
this with just the versionNumber
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.
“The version number of MacOS Line of Business (LoB) app.”
versionNumber - new value of versionNumber field (as defined in service metadata)this with just the versionNumber 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 MacOSLobChildApp.Builder builder()
Copyright © 2018–2020. All rights reserved.