public class MacOSLobApp extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSLobApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildNumber |
protected String |
bundleId |
protected List<MacOSLobChildApp> |
childApps |
protected String |
childAppsNextLink |
protected String |
identityVersion |
protected Boolean |
ignoreVersionDetection |
protected List<String> |
md5Hash |
protected Integer |
md5HashChunkSize |
protected String |
md5HashNextLink |
protected MacOSMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
versionNumber |
committedContentVersion, fileName, sizecreatedDateTime, dependentAppCount, description, developer, displayName, informationUrl, isAssigned, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState, roleScopeTagIds, roleScopeTagIdsNextLink, uploadStatechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MacOSLobApp() |
| Modifier and Type | Method and Description |
|---|---|
static MacOSLobApp.Builder |
builderMacOSLobApp()
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 bundle id.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<MacOSLobChildApp> |
getChildApps()
“The app list in this bundle package”
|
Optional<String> |
getIdentityVersion()
“The identity version.”
|
Optional<Boolean> |
getIgnoreVersionDetection()
“A boolean to control whether the app's version will be used to detect the app
after it is installed on a device.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getMd5Hash()
“The MD5 hash codes”
|
Optional<Integer> |
getMd5HashChunkSize()
“The chunk size for MD5 hash”
|
Optional<MacOSMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersionNumber()
“The version number of MacOS Line of Business (LoB) app.”
|
String |
odataTypeName() |
MacOSLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MacOSLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MacOSLobApp |
withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
MacOSLobApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
MacOSLobApp |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
MacOSLobApp |
withIgnoreVersionDetection(Boolean ignoreVersionDetection)
Returns an immutable copy of
this with just the ignoreVersionDetection field changed. |
MacOSLobApp |
withMd5HashChunkSize(Integer md5HashChunkSize)
Returns an immutable copy of
this with just the md5HashChunkSize
field changed. |
MacOSLobApp |
withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
MacOSLobApp |
withVersionNumber(String versionNumber)
Returns an immutable copy of
this with just the versionNumber
field changed. |
getCommittedContentVersion, getContentVersions, getFileName, getSize, withCommittedContentVersion, withFileName, withSizeassign, getAssignments, getCategories, getCreatedDateTime, getDependentAppCount, getDescription, getDeveloper, getDeviceStatuses, getDisplayName, getInformationUrl, getInstallSummary, getIsAssigned, getIsFeatured, getLargeIcon, getLastModifiedDateTime, getNotes, getOwner, getPrivacyInformationUrl, getPublisher, getPublishingState, getRelatedAppStates, getRelationships, getRoleScopeTagIds, getUploadState, getUserStatuses, updateRelationships, withCreatedDateTime, withDependentAppCount, withDescription, withDeveloper, withDisplayName, withInformationUrl, withIsAssigned, withIsFeatured, withLargeIcon, withLastModifiedDateTime, withNotes, withOwner, withPrivacyInformationUrl, withPublisher, withPublishingState, withUploadStateprotected String bundleId
protected MacOSMinimumOperatingSystem minimumSupportedOperatingSystem
protected String buildNumber
protected String versionNumber
protected List<MacOSLobChildApp> childApps
protected String childAppsNextLink
protected String identityVersion
protected Integer md5HashChunkSize
protected String md5HashNextLink
protected Boolean ignoreVersionDetection
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileLobApppublic static MacOSLobApp.Builder builderMacOSLobApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MobileLobApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileLobApppublic MacOSLobApp 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 bundle id.”
bundleId - new value of bundleId field (as defined in service metadata)this with just the bundleId field changedpublic Optional<MacOSMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public MacOSLobApp withMinimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)
this with just the minimumSupportedOperatingSystem 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 value for the minimum applicable operating system.”
minimumSupportedOperatingSystem - new value of minimumSupportedOperatingSystem field (as defined in service metadata)this with just the minimumSupportedOperatingSystem field changedpublic Optional<String> getBuildNumber()
public MacOSLobApp 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 MacOSLobApp 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.CollectionPage<MacOSLobChildApp> getChildApps()
public Optional<String> getIdentityVersion()
public MacOSLobApp withIdentityVersion(String identityVersion)
this with just the identityVersion
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 version.”
identityVersion - new value of identityVersion field (as defined in service metadata)this with just the identityVersion field changedpublic Optional<Integer> getMd5HashChunkSize()
public MacOSLobApp withMd5HashChunkSize(Integer md5HashChunkSize)
this with just the md5HashChunkSize
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 chunk size for MD5 hash”
md5HashChunkSize - new value of md5HashChunkSize field (as defined in service metadata)this with just the md5HashChunkSize field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getMd5Hash()
public Optional<Boolean> getIgnoreVersionDetection()
public MacOSLobApp withIgnoreVersionDetection(Boolean ignoreVersionDetection)
this with just the ignoreVersionDetection 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.
“A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for macOS Line of Business ( LoB) apps that use a self update feature.”
ignoreVersionDetection - new value of ignoreVersionDetection field (as defined in service metadata)this with just the ignoreVersionDetection field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileLobApppublic MacOSLobApp patch()
this with changed fields reset.patch in class MobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MacOSLobApp put()
this
with changed fields reset (they were ignored anyway).put in class MobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MobileLobAppCopyright © 2018–2020. All rights reserved.