public class AndroidManagedStoreApp extends MobileApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidManagedStoreApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appIdentifier |
protected String |
appStoreUrl |
protected List<AndroidManagedStoreAppTrack> |
appTracks |
protected String |
appTracksNextLink |
protected Boolean |
isPrivate |
protected Boolean |
isSystemApp |
protected String |
packageId |
protected Boolean |
supportsOemConfig |
protected Integer |
totalLicenseCount |
protected Integer |
usedLicenseCount |
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 |
AndroidManagedStoreApp() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidManagedStoreApp.Builder |
builderAndroidManagedStoreApp()
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 Play for Work Store app URL.”
|
com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack> |
getAppTracks()
“The tracks that are visible to this enterprise.”
|
com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack> |
getAppTracks(com.github.davidmoten.odata.client.HttpRequestOptions options)
“The tracks that are visible to this enterprise.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getIsPrivate()
“Indicates whether the app is only available to a given enterprise's users.”
|
Optional<Boolean> |
getIsSystemApp()
“Indicates whether the app is a preinstalled system app.”
|
Optional<String> |
getPackageId()
“The package identifier.”
|
Optional<Boolean> |
getSupportsOemConfig()
“Whether this app supports OEMConfig policy.”
|
Optional<Integer> |
getTotalLicenseCount()
“The total number of VPP licenses.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Integer> |
getUsedLicenseCount()
“The number of VPP licenses in use.”
|
String |
odataTypeName() |
AndroidManagedStoreApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidManagedStoreApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidManagedStoreApp |
withAppIdentifier(String appIdentifier)
Returns an immutable copy of
this with just the appIdentifier
field changed. |
AndroidManagedStoreApp |
withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AndroidManagedStoreApp |
withIsPrivate(Boolean isPrivate)
Returns an immutable copy of
this with just the isPrivate field
changed. |
AndroidManagedStoreApp |
withIsSystemApp(Boolean isSystemApp)
Returns an immutable copy of
this with just the isSystemApp
field changed. |
AndroidManagedStoreApp |
withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId field
changed. |
AndroidManagedStoreApp |
withSupportsOemConfig(Boolean supportsOemConfig)
Returns an immutable copy of
this with just the supportsOemConfig
field changed. |
AndroidManagedStoreApp |
withTotalLicenseCount(Integer totalLicenseCount)
Returns an immutable copy of
this with just the totalLicenseCount
field changed. |
AndroidManagedStoreApp |
withUsedLicenseCount(Integer usedLicenseCount)
Returns an immutable copy of
this with just the usedLicenseCount
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 packageId
protected String appIdentifier
protected Integer usedLicenseCount
protected Integer totalLicenseCount
protected String appStoreUrl
protected Boolean isPrivate
protected Boolean isSystemApp
protected List<AndroidManagedStoreAppTrack> appTracks
protected String appTracksNextLink
protected Boolean supportsOemConfig
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileApppublic static AndroidManagedStoreApp.Builder builderAndroidManagedStoreApp()
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 AndroidManagedStoreApp 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 AndroidManagedStoreApp 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<Integer> getUsedLicenseCount()
public AndroidManagedStoreApp withUsedLicenseCount(Integer usedLicenseCount)
this with just the usedLicenseCount
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 number of VPP licenses in use.”
usedLicenseCount - new value of usedLicenseCount field (as defined in service metadata)this with just the usedLicenseCount field changedpublic Optional<Integer> getTotalLicenseCount()
public AndroidManagedStoreApp withTotalLicenseCount(Integer totalLicenseCount)
this with just the totalLicenseCount
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 total number of VPP licenses.”
totalLicenseCount - new value of totalLicenseCount field (as defined in service metadata)this with just the totalLicenseCount field changedpublic Optional<String> getAppStoreUrl()
public AndroidManagedStoreApp 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 Play for Work Store app URL.”
appStoreUrl - new value of appStoreUrl field (as defined in service metadata)this with just the appStoreUrl field changedpublic Optional<Boolean> getIsPrivate()
public AndroidManagedStoreApp withIsPrivate(Boolean isPrivate)
this with just the isPrivate 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.
“Indicates whether the app is only available to a given enterprise's users.”
isPrivate - new value of isPrivate field (as defined in service metadata)this with just the isPrivate field changedpublic Optional<Boolean> getIsSystemApp()
public AndroidManagedStoreApp withIsSystemApp(Boolean isSystemApp)
this with just the isSystemApp
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.
“Indicates whether the app is a preinstalled system app.”
isSystemApp - new value of isSystemApp field (as defined in service metadata)this with just the isSystemApp field changedpublic com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack> getAppTracks()
public com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack> getAppTracks(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Boolean> getSupportsOemConfig()
public AndroidManagedStoreApp withSupportsOemConfig(Boolean supportsOemConfig)
this with just the supportsOemConfig
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.
“Whether this app supports OEMConfig policy.”
supportsOemConfig - new value of supportsOemConfig field (as defined in service metadata)this with just the supportsOemConfig field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileApppublic AndroidManagedStoreApp patch()
this with changed fields reset.public AndroidManagedStoreApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.