public class IosStoreApp extends MobileApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosStoreApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IosDeviceType |
applicableDeviceType |
protected String |
appStoreUrl |
protected String |
bundleId |
protected IosMinimumOperatingSystem |
minimumSupportedOperatingSystem |
createdDateTime, 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 |
IosStoreApp() |
| Modifier and Type | Method and Description |
|---|---|
static IosStoreApp.Builder |
builderIosStoreApp()
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> |
getAppStoreUrl()
“The Apple App Store URL”
|
Optional<String> |
getBundleId()
“The Identity Name.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IosMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosStoreApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosStoreApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosStoreApp |
withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosStoreApp |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
IosStoreApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
IosStoreApp |
withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
assign, 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 String appStoreUrl
protected IosDeviceType applicableDeviceType
protected IosMinimumOperatingSystem minimumSupportedOperatingSystem
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileApppublic static IosStoreApp.Builder builderIosStoreApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MobileApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileApppublic IosStoreApp 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> getAppStoreUrl()
public IosStoreApp withAppStoreUrl(String appStoreUrl)
this with just the appStoreUrl
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 Apple App Store URL”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<IosDeviceType> getApplicableDeviceType()
public IosStoreApp 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 IosStoreApp 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 com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileApppublic IosStoreApp patch()
this with changed fields reset.public IosStoreApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.