public class ManagedIOSStoreApp extends ManagedApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedIOSStoreApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IosDeviceType |
applicableDeviceType |
protected String |
appStoreUrl |
protected String |
bundleId |
protected IosMinimumOperatingSystem |
minimumSupportedOperatingSystem |
appAvailability, 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 |
ManagedIOSStoreApp() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedIOSStoreApp.Builder |
builderManagedIOSStoreApp()
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 AppStoreUrl.”
|
Optional<String> |
getBundleId()
“The app's Bundle ID.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<IosMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum supported operating system.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ManagedIOSStoreApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedIOSStoreApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedIOSStoreApp |
withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
ManagedIOSStoreApp |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
ManagedIOSStoreApp |
withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
ManagedIOSStoreApp |
withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
getAppAvailability, 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, 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 ManagedApppublic static ManagedIOSStoreApp.Builder builderManagedIOSStoreApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedApppublic ManagedIOSStoreApp 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 app's Bundle ID.”
bundleId - new value of bundleId field (as defined in service metadata)this with just the bundleId field changedpublic Optional<String> getAppStoreUrl()
public ManagedIOSStoreApp 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 AppStoreUrl.”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<IosDeviceType> getApplicableDeviceType()
public ManagedIOSStoreApp 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 ManagedIOSStoreApp 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 supported 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 ManagedApppublic ManagedIOSStoreApp patch()
this with changed fields reset.patch in class ManagedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ManagedIOSStoreApp put()
this
with changed fields reset (they were ignored anyway).put in class ManagedAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ManagedAppCopyright © 2018–2020. All rights reserved.