Package com.microsoft.graph.requests
Class DeviceAppManagementRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<DeviceAppManagement>
com.microsoft.graph.requests.DeviceAppManagementRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class DeviceAppManagementRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<DeviceAppManagement>
The class for the Device App Management Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceAppManagementRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the DeviceAppManagement -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the AndroidManagedAppProtection collectionGets a request builder for the AndroidManagedAppProtection itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the DefaultManagedAppProtection collectionGets a request builder for the DefaultManagedAppProtection itemGets a request builder for the IosManagedAppProtection collectionGets a request builder for the IosManagedAppProtection itemGets a request builder for the ManagedAppPolicy collectionGets a request builder for the ManagedAppPolicy itemGets a request builder for the ManagedAppRegistration collectionGets a request builder for the ManagedAppRegistration itemGets a request builder for the ManagedAppStatus collectionGets a request builder for the ManagedAppStatus itemGets a request builder for the ManagedEBook collectionmanagedEBooks(String id) Gets a request builder for the ManagedEBook itemGets a request builder for the MdmWindowsInformationProtectionPolicy collectionGets a request builder for the MdmWindowsInformationProtectionPolicy itemGets a request builder for the MobileAppCategory collectionGets a request builder for the MobileAppCategory itemGets a request builder for the ManagedDeviceMobileAppConfiguration collectionGets a request builder for the ManagedDeviceMobileAppConfiguration itemGets a request builder for the MobileApp collectionmobileApps(String id) Gets a request builder for the MobileApp itemGets a request builder for the ManagedMobileLobApp collectionGets a request builder for the ManagedMobileLobApp itemGets a request builder for the MobileLobApp collectionGets a request builder for the MobileLobApp itemSyncs Intune account with Microsoft Store For BusinessGets a request builder for the TargetedManagedAppConfiguration collectionGets a request builder for the TargetedManagedAppConfiguration itemGets a request builder for the VppToken collectionGets a request builder for the VppToken itemGets a request builder for the WindowsInformationProtectionPolicy collectionGets a request builder for the WindowsInformationProtectionPolicy itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
DeviceAppManagementRequestBuilder
public DeviceAppManagementRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the DeviceAppManagement- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public DeviceAppManagementRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the DeviceAppManagementRequest instance
-
buildRequest
@Nonnull public DeviceAppManagementRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the DeviceAppManagementRequest instance
-
managedEBooks
Gets a request builder for the ManagedEBook collection- Returns:
- the collection request builder
-
managedEBooks
Gets a request builder for the ManagedEBook item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mobileAppCategories
Gets a request builder for the MobileAppCategory collection- Returns:
- the collection request builder
-
mobileAppCategories
Gets a request builder for the MobileAppCategory item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mobileAppConfigurations
@Nonnull public ManagedDeviceMobileAppConfigurationCollectionRequestBuilder mobileAppConfigurations()Gets a request builder for the ManagedDeviceMobileAppConfiguration collection- Returns:
- the collection request builder
-
mobileAppConfigurations
@Nonnull public ManagedDeviceMobileAppConfigurationRequestBuilder mobileAppConfigurations(@Nonnull String id) Gets a request builder for the ManagedDeviceMobileAppConfiguration item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mobileApps
Gets a request builder for the MobileApp collection- Returns:
- the collection request builder
-
mobileApps
Gets a request builder for the MobileApp item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mobileAppsAsMobileLobApp
Gets a request builder for the MobileLobApp collection- Returns:
- the collection request builder
-
mobileAppsAsMobileLobApp
Gets a request builder for the MobileLobApp item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mobileAppsAsManagedMobileLobApp
Gets a request builder for the ManagedMobileLobApp collection- Returns:
- the collection request builder
-
mobileAppsAsManagedMobileLobApp
@Nonnull public ManagedMobileLobAppRequestBuilder mobileAppsAsManagedMobileLobApp(@Nonnull String id) Gets a request builder for the ManagedMobileLobApp item- Parameters:
id- the item identifier- Returns:
- the request builder
-
vppTokens
Gets a request builder for the VppToken collection- Returns:
- the collection request builder
-
vppTokens
Gets a request builder for the VppToken item- Parameters:
id- the item identifier- Returns:
- the request builder
-
androidManagedAppProtections
Gets a request builder for the AndroidManagedAppProtection collection- Returns:
- the collection request builder
-
androidManagedAppProtections
@Nonnull public AndroidManagedAppProtectionRequestBuilder androidManagedAppProtections(@Nonnull String id) Gets a request builder for the AndroidManagedAppProtection item- Parameters:
id- the item identifier- Returns:
- the request builder
-
defaultManagedAppProtections
Gets a request builder for the DefaultManagedAppProtection collection- Returns:
- the collection request builder
-
defaultManagedAppProtections
@Nonnull public DefaultManagedAppProtectionRequestBuilder defaultManagedAppProtections(@Nonnull String id) Gets a request builder for the DefaultManagedAppProtection item- Parameters:
id- the item identifier- Returns:
- the request builder
-
iosManagedAppProtections
Gets a request builder for the IosManagedAppProtection collection- Returns:
- the collection request builder
-
iosManagedAppProtections
Gets a request builder for the IosManagedAppProtection item- Parameters:
id- the item identifier- Returns:
- the request builder
-
managedAppPolicies
Gets a request builder for the ManagedAppPolicy collection- Returns:
- the collection request builder
-
managedAppPolicies
Gets a request builder for the ManagedAppPolicy item- Parameters:
id- the item identifier- Returns:
- the request builder
-
managedAppRegistrations
Gets a request builder for the ManagedAppRegistration collection- Returns:
- the collection request builder
-
managedAppRegistrations
Gets a request builder for the ManagedAppRegistration item- Parameters:
id- the item identifier- Returns:
- the request builder
-
managedAppStatuses
Gets a request builder for the ManagedAppStatus collection- Returns:
- the collection request builder
-
managedAppStatuses
Gets a request builder for the ManagedAppStatus item- Parameters:
id- the item identifier- Returns:
- the request builder
-
mdmWindowsInformationProtectionPolicies
@Nonnull public MdmWindowsInformationProtectionPolicyCollectionRequestBuilder mdmWindowsInformationProtectionPolicies()Gets a request builder for the MdmWindowsInformationProtectionPolicy collection- Returns:
- the collection request builder
-
mdmWindowsInformationProtectionPolicies
@Nonnull public MdmWindowsInformationProtectionPolicyRequestBuilder mdmWindowsInformationProtectionPolicies(@Nonnull String id) Gets a request builder for the MdmWindowsInformationProtectionPolicy item- Parameters:
id- the item identifier- Returns:
- the request builder
-
targetedManagedAppConfigurations
@Nonnull public TargetedManagedAppConfigurationCollectionRequestBuilder targetedManagedAppConfigurations()Gets a request builder for the TargetedManagedAppConfiguration collection- Returns:
- the collection request builder
-
targetedManagedAppConfigurations
@Nonnull public TargetedManagedAppConfigurationRequestBuilder targetedManagedAppConfigurations(@Nonnull String id) Gets a request builder for the TargetedManagedAppConfiguration item- Parameters:
id- the item identifier- Returns:
- the request builder
-
windowsInformationProtectionPolicies
@Nonnull public WindowsInformationProtectionPolicyCollectionRequestBuilder windowsInformationProtectionPolicies()Gets a request builder for the WindowsInformationProtectionPolicy collection- Returns:
- the collection request builder
-
windowsInformationProtectionPolicies
@Nonnull public WindowsInformationProtectionPolicyRequestBuilder windowsInformationProtectionPolicies(@Nonnull String id) Gets a request builder for the WindowsInformationProtectionPolicy item- Parameters:
id- the item identifier- Returns:
- the request builder
-
syncMicrosoftStoreForBusinessApps
@Nonnull public DeviceAppManagementSyncMicrosoftStoreForBusinessAppsRequestBuilder syncMicrosoftStoreForBusinessApps()Syncs Intune account with Microsoft Store For Business- Returns:
- the request builder
-