public class AndroidManagedStoreWebApp extends AndroidManagedStoreApp implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidManagedStoreWebApp.Builder |
appIdentifier, appStoreUrl, appTracks, appTracksNextLink, isPrivate, isSystemApp, packageId, supportsOemConfig, totalLicenseCount, usedLicenseCountcreatedDateTime, 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 |
AndroidManagedStoreWebApp() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidManagedStoreWebApp.Builder |
builderAndroidManagedStoreWebApp()
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() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidManagedStoreWebApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidManagedStoreWebApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
builderAndroidManagedStoreApp, getAppIdentifier, getAppStoreUrl, getAppTracks, getAppTracks, getIsPrivate, getIsSystemApp, getPackageId, getSupportsOemConfig, getTotalLicenseCount, getUsedLicenseCount, withAppIdentifier, withAppStoreUrl, withIsPrivate, withIsSystemApp, withPackageId, withSupportsOemConfig, withTotalLicenseCount, withUsedLicenseCountassign, 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, withUploadStatepublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidManagedStoreApppublic static AndroidManagedStoreWebApp.Builder builderAndroidManagedStoreWebApp()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AndroidManagedStoreApppublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidManagedStoreApppublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidManagedStoreApppublic AndroidManagedStoreWebApp patch()
this with changed fields reset.patch in class AndroidManagedStoreAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidManagedStoreWebApp put()
this
with changed fields reset (they were ignored anyway).put in class AndroidManagedStoreAppthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AndroidManagedStoreAppCopyright © 2018–2020. All rights reserved.