public class AndroidStoreApp extends MobileApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidStoreApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appIdentifier |
protected String |
appStoreUrl |
protected AndroidMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
packageId |
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 |
AndroidStoreApp() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidStoreApp.Builder |
builderAndroidStoreApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppIdentifier()
“The Identity Name.”
|
Optional<String> |
getAppStoreUrl()
“The Android app store URL.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<AndroidMinimumOperatingSystem> |
getMinimumSupportedOperatingSystem()
“The value for the minimum applicable operating system.”
|
Optional<String> |
getPackageId()
“The package identifier.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidStoreApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidStoreApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidStoreApp |
withAppIdentifier(String appIdentifier)
Returns an immutable copy of
this with just the appIdentifier
field changed. |
AndroidStoreApp |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AndroidStoreApp |
withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
AndroidStoreApp |
withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId 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, getUploadState, getUserStatuses, updateRelationships, withCreatedDateTime, withDependentAppCount, withDescription, withDeveloper, withDisplayName, withInformationUrl, withIsAssigned, withIsFeatured, withLargeIcon, withLastModifiedDateTime, withNotes, withOwner, withPrivacyInformationUrl, withPublisher, withPublishingState, withUploadStateprotected String packageId
protected String appIdentifier
protected String appStoreUrl
protected AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileApppublic static AndroidStoreApp.Builder builderAndroidStoreApp()
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 Optional<String> getPackageId()
public AndroidStoreApp 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 package identifier.”
packageId - new value of packageId field (as defined in service metadata)this with just the packageId field changedpublic Optional<String> getAppIdentifier()
public AndroidStoreApp withAppIdentifier(String appIdentifier)
this with just the appIdentifier
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.”
appIdentifier - new value of appIdentifier field (as defined in service metadata)this with just the appIdentifier field changedpublic Optional<String> getAppStoreUrl()
public AndroidStoreApp 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 app store URL.”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<AndroidMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public AndroidStoreApp 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 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 AndroidStoreApp patch()
this with changed fields reset.public AndroidStoreApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.