public class AndroidLobApp extends MobileLobApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidLobApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
identityName |
protected String |
identityVersion |
protected AndroidMinimumOperatingSystem |
minimumSupportedOperatingSystem |
protected String |
packageId |
protected String |
versionCode |
protected String |
versionName |
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 |
AndroidLobApp() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidLobApp.Builder |
builderAndroidLobApp()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getIdentityName()
“The Identity Name.”
|
Optional<String> |
getIdentityVersion()
“The identity version.”
|
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() |
Optional<String> |
getVersionCode()
“The version code of Android Line of Business (LoB) app.”
|
Optional<String> |
getVersionName()
“The version name of Android Line of Business (LoB) app.”
|
String |
odataTypeName() |
AndroidLobApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidLobApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidLobApp |
withIdentityName(String identityName)
Returns an immutable copy of
this with just the identityName
field changed. |
AndroidLobApp |
withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
AndroidLobApp |
withMinimumSupportedOperatingSystem(AndroidMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
AndroidLobApp |
withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId field
changed. |
AndroidLobApp |
withVersionCode(String versionCode)
Returns an immutable copy of
this with just the versionCode
field changed. |
AndroidLobApp |
withVersionName(String versionName)
Returns an immutable copy of
this with just the versionName
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 packageId
protected String identityName
protected AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
protected String versionName
protected String versionCode
protected String identityVersion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileLobApppublic static AndroidLobApp.Builder builderAndroidLobApp()
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 Optional<String> getPackageId()
public AndroidLobApp 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> getIdentityName()
public AndroidLobApp withIdentityName(String identityName)
this with just the identityName
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.”
identityName - new value of identityName field (as defined in service metadata)this with just the identityName field changedpublic Optional<AndroidMinimumOperatingSystem> getMinimumSupportedOperatingSystem()
public AndroidLobApp 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 Optional<String> getVersionName()
public AndroidLobApp withVersionName(String versionName)
this with just the versionName
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 name of Android Line of Business (LoB) app.”
versionName - new value of versionName field (as defined in service metadata)this with just the versionName field changedpublic Optional<String> getVersionCode()
public AndroidLobApp withVersionCode(String versionCode)
this with just the versionCode
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 code of Android Line of Business (LoB) app.”
versionCode - new value of versionCode field (as defined in service metadata)this with just the versionCode field changedpublic Optional<String> getIdentityVersion()
public AndroidLobApp 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 AndroidLobApp 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 AndroidLobApp 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.