Uses of Class
odata.msgraph.client.beta.entity.MobileApp
-
Packages that use MobileApp Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of MobileApp in odata.msgraph.client.beta.entity
Subclasses of MobileApp in odata.msgraph.client.beta.entity Modifier and Type Class Description classAndroidForWorkApp“Contains properties and inherited properties for Android for Work (AFW) Apps.”classAndroidLobApp“Contains properties and inherited properties for Android Line Of Business apps.”classAndroidManagedStoreApp“Contains properties and inherited properties for Android Managed Store Apps.”classAndroidManagedStoreWebApp“Contains properties and inherited properties for web apps configured to be distributed via the managed Android app store.”classAndroidStoreApp“Contains properties and inherited properties for Android store apps.”classIosLobApp“Contains properties and inherited properties for iOS Line Of Business apps.”classIosStoreApp“Contains properties and inherited properties for iOS store apps.”classIosVppApp“Contains properties and inherited properties for iOS Volume-Purchased Program ( VPP) Apps.”classMacOSDmgApp“Contains properties and inherited properties for the MacOS DMG App.”classMacOSLobApp“Contains properties and inherited properties for the MacOS LOB App.”classMacOSMdatpApp“Contains properties and inherited properties for the macOS Microsoft Defender Advanced Threat Protection (MDATP) App.”classMacOSMicrosoftEdgeApp“Contains properties and inherited properties for the MacOS Microsoft Edge App.”classMacOSOfficeSuiteApp“Contains properties and inherited properties for the MacOS Office Suite App.”classMacOsVppApp“Contains properties and inherited properties for MacOS Volume-Purchased Program (VPP) Apps.”classManagedAndroidLobApp“Contains properties and inherited properties for Managed Android Line Of Business apps.”classManagedAndroidStoreApp“Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy.”classManagedApp“Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy.”classManagedIOSLobApp“Contains properties and inherited properties for Managed iOS Line Of Business apps.”classManagedIOSStoreApp“Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy.”classManagedMobileLobApp“An abstract base class containing properties for all managed mobile line of business apps.”classMicrosoftStoreForBusinessApp“Microsoft Store for Business Apps.classMobileLobApp“An abstract base class containing properties for all mobile line of business apps.”classOfficeSuiteApp“Contains properties and inherited properties for the Office365 Suite App.”classWebApp“Contains properties and inherited properties for web apps.”classWin32LobApp“Contains properties and inherited properties for Win32 apps.”classWindowsAppX“Contains properties and inherited properties for Windows AppX Line Of Business apps.”classWindowsMicrosoftEdgeApp“Contains properties and inherited properties for the Microsoft Edge app on Windows.”classWindowsMobileMSI“Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps.”classWindowsPhone81AppX“Contains properties and inherited properties for Windows Phone 8.1 AppX Line Of Business apps.”classWindowsPhone81AppXBundle“Contains properties and inherited properties for Windows Phone 8.1 AppX Bundle Line Of Business apps.”classWindowsPhone81StoreApp“Contains properties and inherited properties for Windows Phone 8.1 Store apps.”classWindowsPhoneXAP“Contains properties and inherited properties for Windows Phone XAP Line Of Business apps.”classWindowsStoreApp“Contains properties and inherited properties for Windows Store apps.”classWindowsUniversalAppX“Contains properties and inherited properties for Windows Universal AppX Line Of Business apps.”Methods in odata.msgraph.client.beta.entity that return MobileApp Modifier and Type Method Description MobileAppMobileApp. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MobileAppMobileApp. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MobileAppMobileApp. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.MobileAppMobileApp. withDependentAppCount(Integer dependentAppCount)Returns an immutable copy ofthiswith just thedependentAppCountfield changed.MobileAppMobileApp. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.MobileAppMobileApp. withDeveloper(String developer)Returns an immutable copy ofthiswith just thedeveloperfield changed.MobileAppMobileApp. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.MobileAppMobileApp. withInformationUrl(String informationUrl)Returns an immutable copy ofthiswith just theinformationUrlfield changed.MobileAppMobileApp. withIsAssigned(Boolean isAssigned)Returns an immutable copy ofthiswith just theisAssignedfield changed.MobileAppMobileApp. withIsFeatured(Boolean isFeatured)Returns an immutable copy ofthiswith just theisFeaturedfield changed.MobileAppMobileApp. withLargeIcon(MimeContent largeIcon)Returns an immutable copy ofthiswith just thelargeIconfield changed.MobileAppMobileApp. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.MobileAppMobileApp. withNotes(String notes)Returns an immutable copy ofthiswith just thenotesfield changed.MobileAppMobileApp. withOwner(String owner)Returns an immutable copy ofthiswith just theownerfield changed.MobileAppMobileApp. withPrivacyInformationUrl(String privacyInformationUrl)Returns an immutable copy ofthiswith just theprivacyInformationUrlfield changed.MobileAppMobileApp. withPublisher(String publisher)Returns an immutable copy ofthiswith just thepublisherfield changed.MobileAppMobileApp. withPublishingState(MobileAppPublishingState publishingState)Returns an immutable copy ofthiswith just thepublishingStatefield changed.MobileAppMobileApp. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.MobileAppMobileApp. withSupersededAppCount(Integer supersededAppCount)Returns an immutable copy ofthiswith just thesupersededAppCountfield changed.MobileAppMobileApp. withSupersedingAppCount(Integer supersedingAppCount)Returns an immutable copy ofthiswith just thesupersedingAppCountfield changed.MobileAppMobileApp. withUnmappedField(String name, String value)MobileAppMobileApp. withUploadState(Integer uploadState)Returns an immutable copy ofthiswith just theuploadStatefield changed. -
Uses of MobileApp in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type MobileApp Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MobileApp>MobileAppCollectionRequest. getTopMobileApps(String status, Long count)
-