public class ManagedAndroidStoreApp extends ManagedApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagedAndroidStoreApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appStoreUrl |
protected AndroidMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
packageId |
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 |
ManagedAndroidStoreApp() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedAndroidStoreApp.Builder |
builderManagedAndroidStoreApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppStoreUrl()
“The Android AppStoreUrl.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<AndroidMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum supported operating system.”
|
Optional<String> |
getPackageId()
“The app's package ID.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ManagedAndroidStoreApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedAndroidStoreApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ManagedAndroidStoreApp |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
ManagedAndroidStoreApp |
withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
ManagedAndroidStoreApp |
withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId 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 packageId
protected String appStoreUrl
protected AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedApppublic static ManagedAndroidStoreApp.Builder builderManagedAndroidStoreApp()
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 Optional<String> getPackageId()
public ManagedAndroidStoreApp withPackageId(String packageId)
this with just the packageId 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 package ID.”
packageId - new value of packageId field (as defined in service metadata)this with just the packageId field changedpublic Optional<String> getAppStoreUrl()
public ManagedAndroidStoreApp 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 Android AppStoreUrl.”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<AndroidMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public ManagedAndroidStoreApp withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem 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 ManagedAndroidStoreApp 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 ManagedAndroidStoreApp 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.