Package odata.msgraph.client.beta.entity
Class AndroidManagedStoreWebApp
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.MobileApp
-
- odata.msgraph.client.beta.entity.AndroidManagedStoreApp
-
- odata.msgraph.client.beta.entity.AndroidManagedStoreWebApp
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AndroidManagedStoreWebApp extends AndroidManagedStoreApp implements com.github.davidmoten.odata.client.ODataEntityType
“Contains properties and inherited properties for web apps configured to be distributed via the managed Android app store.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidManagedStoreWebApp.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.AndroidManagedStoreApp
appIdentifier, appStoreUrl, appTracks, appTracksNextLink, isPrivate, isSystemApp, packageId, supportsOemConfig, totalLicenseCount, usedLicenseCount
-
Fields inherited from class odata.msgraph.client.beta.entity.MobileApp
createdDateTime, dependentAppCount, description, developer, displayName, informationUrl, isAssigned, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState, roleScopeTagIds, roleScopeTagIdsNextLink, supersededAppCount, supersedingAppCount, uploadState
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidManagedStoreWebApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidManagedStoreWebApp.BuilderbuilderAndroidManagedStoreWebApp()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.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()AndroidManagedStoreWebApppatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AndroidManagedStoreWebAppput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()AndroidManagedStoreWebAppwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.AndroidManagedStoreApp
builderAndroidManagedStoreApp, getAppIdentifier, getAppStoreUrl, getAppTracks, getAppTracks, getIsPrivate, getIsSystemApp, getPackageId, getSupportsOemConfig, getTotalLicenseCount, getUsedLicenseCount, withAppIdentifier, withAppStoreUrl, withAppTracks, withIsPrivate, withIsSystemApp, withPackageId, withSupportsOemConfig, withTotalLicenseCount, withUsedLicenseCount
-
Methods inherited from class odata.msgraph.client.beta.entity.MobileApp
assign, getAssignments, getCategories, getCreatedDateTime, getDependentAppCount, getDescription, getDeveloper, getDeviceStatuses, getDisplayName, getInformationUrl, getInstallSummary, getIsAssigned, getIsFeatured, getLargeIcon, getLastModifiedDateTime, getNotes, getOwner, getPrivacyInformationUrl, getPublisher, getPublishingState, getRelatedAppStates, getRelationships, getRoleScopeTagIds, getRoleScopeTagIds, getSupersededAppCount, getSupersedingAppCount, getUploadState, getUserStatuses, updateRelationships, withCreatedDateTime, withDependentAppCount, withDescription, withDeveloper, withDisplayName, withInformationUrl, withIsAssigned, withIsFeatured, withLargeIcon, withLastModifiedDateTime, withNotes, withOwner, withPrivacyInformationUrl, withPublisher, withPublishingState, withRoleScopeTagIds, withSupersededAppCount, withSupersedingAppCount, withUploadState
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAndroidManagedStoreApp
-
builderAndroidManagedStoreWebApp
public static AndroidManagedStoreWebApp.Builder builderAndroidManagedStoreWebApp()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classAndroidManagedStoreApp
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAndroidManagedStoreApp
-
withUnmappedField
public AndroidManagedStoreWebApp withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAndroidManagedStoreApp
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAndroidManagedStoreApp
-
patch
public AndroidManagedStoreWebApp patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classAndroidManagedStoreApp- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public AndroidManagedStoreWebApp put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classAndroidManagedStoreApp- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classAndroidManagedStoreApp
-
-