public class ManagedIOSLobApp extends ManagedMobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedIOSLobApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IosDeviceType |
applicableDeviceType |
protected String |
buildNumber |
protected String |
bundleId |
protected OffsetDateTime |
expirationDateTime |
protected String |
identityVersion |
protected IosMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
versionNumber |
committedContentVersion, fileName, sizeappAvailability, versioncreatedDateTime, 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 |
ManagedIOSLobApp() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedIOSLobApp.Builder |
builderManagedIOSLobApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<IosDeviceType> |
getApplicableDeviceType()
“The iOS architecture for which this app can run on.”
|
Optional<String> |
getBuildNumber()
“The build number of managed iOS Line of Business (LoB) app.”
|
Optional<String> |
getBundleId()
“The Identity Name.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getExpirationDateTime()
“The expiration time.”
|
Optional<String> |
getIdentityVersion()
“The identity version.”
|
Optional<IosMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersionNumber()
“The version number of managed iOS Line of Business (LoB) app.”
|
String |
odataTypeName() |
ManagedIOSLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedIOSLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedIOSLobApp |
withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
ManagedIOSLobApp |
withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
ManagedIOSLobApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
ManagedIOSLobApp |
withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
ManagedIOSLobApp |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
ManagedIOSLobApp |
withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
ManagedIOSLobApp |
withVersionNumber(String versionNumber)
Returns an immutable copy of
this with just the versionNumber
field changed. |
getCommittedContentVersion, getContentVersions, getFileName, getSize, withCommittedContentVersion, withFileName, withSizegetAppAvailability, getVersion, withAppAvailability, withVersionassign, 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 IosDeviceType applicableDeviceType
protected IosMinimumOperatingSystem minimumSupportedOperatingSystem
protected OffsetDateTime expirationDateTime
protected String versionNumber
protected String buildNumber
protected String identityVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedMobileLobApppublic static ManagedIOSLobApp.Builder builderManagedIOSLobApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedMobileLobApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedMobileLobApppublic ManagedIOSLobApp 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<IosDeviceType> getApplicableDeviceType()
public ManagedIOSLobApp withApplicableDeviceType(IosDeviceType applicableDeviceType)
this with just the applicableDeviceType 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 iOS architecture for which this app can run on.”
applicableDeviceType - new value of applicableDeviceType field (as defined in service metadata)this with just the applicableDeviceType field changedpublic Optional<IosMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public ManagedIOSLobApp withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem 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<OffsetDateTime> getExpirationDateTime()
public ManagedIOSLobApp withExpirationDateTime(OffsetDateTime expirationDateTime)
this with just the expirationDateTime 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 expiration time.”
expirationDateTime - new value of expirationDateTime field (as defined in service metadata)this with just the expirationDateTime field changedpublic Optional<String> getVersionNumber()
public ManagedIOSLobApp 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 managed iOS Line of Business (LoB) app.”
versionNumber - new value of versionNumber field (as defined in service metadata)this with just the versionNumber field changedpublic Optional<String> getBuildNumber()
public ManagedIOSLobApp 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 managed iOS 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> getIdentityVersion()
public ManagedIOSLobApp 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 com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagedMobileLobApppublic ManagedIOSLobApp patch()
this with changed fields reset.patch in class ManagedMobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ManagedIOSLobApp put()
this
with changed fields reset (they were ignored anyway).put in class ManagedMobileLobAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ManagedMobileLobAppCopyright © 2018–2020. All rights reserved.