public class IosLobApp extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosLobApp.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, 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 |
IosLobApp() |
| Modifier and Type | Method and Description |
|---|---|
static IosLobApp.Builder |
builderIosLobApp()
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 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 iOS Line of Business (LoB) app.”
|
String |
odataTypeName() |
IosLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosLobApp |
withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosLobApp |
withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
IosLobApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
IosLobApp |
withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
IosLobApp |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
IosLobApp |
withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
IosLobApp |
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, 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 MobileLobApppublic static IosLobApp.Builder builderIosLobApp()
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 IosLobApp 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 IosLobApp 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 IosLobApp 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 IosLobApp 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 IosLobApp 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 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 IosLobApp 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 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 IosLobApp 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 MobileLobApppublic IosLobApp 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 IosLobApp 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.