| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidForWorkApp
“Contains properties and inherited properties for Android for Work (AFW) Apps.”
|
class |
AndroidLobApp
“Contains properties and inherited properties for Android Line Of Business apps.”
|
class |
AndroidManagedStoreApp
“Contains properties and inherited properties for Android Managed Store Apps.”
|
class |
AndroidManagedStoreWebApp
“Contains properties and inherited properties for web apps configured to be
distributed via the managed Android app store.”
|
class |
AndroidStoreApp
“Contains properties and inherited properties for Android store apps.”
|
class |
IosLobApp
“Contains properties and inherited properties for iOS Line Of Business apps.”
|
class |
IosStoreApp
“Contains properties and inherited properties for iOS store apps.”
|
class |
IosVppApp
“Contains properties and inherited properties for iOS Volume-Purchased Program (
VPP) Apps.”
|
class |
MacOSLobApp
“Contains properties and inherited properties for the MacOS LOB App.”
|
class |
MacOSMdatpApp
“Contains properties and inherited properties for the macOS Microsoft Defender
Advanced Threat Protection (MDATP) App.”
|
class |
MacOSMicrosoftEdgeApp
“Contains properties and inherited properties for the MacOS Microsoft Edge App.”
|
class |
MacOSOfficeSuiteApp
“Contains properties and inherited properties for the MacOS Office Suite App.”
|
class |
MacOsVppApp
“Contains properties and inherited properties for MacOS Volume-Purchased Program
(VPP) Apps.”
|
class |
ManagedAndroidLobApp
“Contains properties and inherited properties for Managed Android Line Of
Business apps.”
|
class |
ManagedAndroidStoreApp
“Contains properties and inherited properties for Android store apps that you can
manage with an Intune app protection policy.”
|
class |
ManagedApp
“Abstract class that contains properties and inherited properties for apps that
you can manage with an Intune app protection policy.”
|
class |
ManagedIOSLobApp
“Contains properties and inherited properties for Managed iOS Line Of Business
apps.”
|
class |
ManagedIOSStoreApp
“Contains properties and inherited properties for an iOS store app that you can
manage with an Intune app protection policy.”
|
class |
ManagedMobileLobApp
“An abstract base class containing properties for all managed mobile line of
business apps.”
|
class |
MicrosoftStoreForBusinessApp
“Microsoft Store for Business Apps.
|
class |
MobileLobApp
“An abstract base class containing properties for all mobile line of business
apps.”
|
class |
OfficeSuiteApp
“Contains properties and inherited properties for the Office365 Suite App.”
|
class |
WebApp
“Contains properties and inherited properties for web apps.”
|
class |
Win32LobApp
“Contains properties and inherited properties for Win32 apps.”
|
class |
WindowsAppX
“Contains properties and inherited properties for Windows AppX Line Of Business
apps.”
|
class |
WindowsMicrosoftEdgeApp
“Contains properties and inherited properties for the Microsoft Edge app on
Windows.”
|
class |
WindowsMobileMSI
“Contains properties and inherited properties for Windows Mobile MSI Line Of
Business apps.”
|
class |
WindowsPhone81AppX
“Contains properties and inherited properties for Windows Phone 8.1 AppX Line Of
Business apps.”
|
class |
WindowsPhone81AppXBundle
“Contains properties and inherited properties for Windows Phone 8.1 AppX Bundle
Line Of Business apps.”
|
class |
WindowsPhone81StoreApp
“Contains properties and inherited properties for Windows Phone 8.1 Store apps.”
|
class |
WindowsPhoneXAP
“Contains properties and inherited properties for Windows Phone XAP Line Of
Business apps.”
|
class |
WindowsStoreApp
“Contains properties and inherited properties for Windows Store apps.”
|
class |
WindowsUniversalAppX
“Contains properties and inherited properties for Windows Universal AppX Line Of
Business apps.”
|
| Modifier and Type | Method and Description |
|---|---|
MobileApp |
MobileApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MobileApp |
MobileApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MobileApp |
MobileApp.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
MobileApp |
MobileApp.withDependentAppCount(Integer dependentAppCount)
Returns an immutable copy of
this with just the dependentAppCount
field changed. |
MobileApp |
MobileApp.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
MobileApp |
MobileApp.withDeveloper(String developer)
Returns an immutable copy of
this with just the developer field
changed. |
MobileApp |
MobileApp.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
MobileApp |
MobileApp.withInformationUrl(String informationUrl)
Returns an immutable copy of
this with just the informationUrl
field changed. |
MobileApp |
MobileApp.withIsAssigned(Boolean isAssigned)
Returns an immutable copy of
this with just the isAssigned field
changed. |
MobileApp |
MobileApp.withIsFeatured(Boolean isFeatured)
Returns an immutable copy of
this with just the isFeatured field
changed. |
MobileApp |
MobileApp.withLargeIcon(MimeContent largeIcon)
Returns an immutable copy of
this with just the largeIcon field
changed. |
MobileApp |
MobileApp.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
MobileApp |
MobileApp.withNotes(String notes)
Returns an immutable copy of
this with just the notes field
changed. |
MobileApp |
MobileApp.withOwner(String owner)
Returns an immutable copy of
this with just the owner field
changed. |
MobileApp |
MobileApp.withPrivacyInformationUrl(String privacyInformationUrl)
Returns an immutable copy of
this with just the privacyInformationUrl field changed. |
MobileApp |
MobileApp.withPublisher(String publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
MobileApp |
MobileApp.withPublishingState(MobileAppPublishingState publishingState)
Returns an immutable copy of
this with just the publishingState
field changed. |
MobileApp |
MobileApp.withUploadState(Integer uploadState)
Returns an immutable copy of
this with just the uploadState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MobileApp> |
MobileAppCollectionRequest.getTopMobileApps(String status,
Long count) |
Copyright © 2018–2020. All rights reserved.