public class DeviceAppManagement extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceAppManagement.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isEnabledForMicrosoftStoreForBusiness |
protected String |
microsoftStoreForBusinessLanguage |
protected OffsetDateTime |
microsoftStoreForBusinessLastCompletedApplicationSyncTime |
protected OffsetDateTime |
microsoftStoreForBusinessLastSuccessfulSyncDateTime |
protected MicrosoftStoreForBusinessPortalSelectionOptions |
microsoftStoreForBusinessPortalSelection |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceAppManagement() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAppManagement.Builder |
builderDeviceAppManagement()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
AndroidManagedAppProtectionCollectionRequest |
getAndroidManagedAppProtections()
“Android managed app policies.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
DefaultManagedAppProtectionCollectionRequest |
getDefaultManagedAppProtections()
“Default managed app policies.”
|
DeviceAppManagementTaskCollectionRequest |
getDeviceAppManagementTasks()
“Device app management tasks.”
|
EnterpriseCodeSigningCertificateCollectionRequest |
getEnterpriseCodeSigningCertificates()
“The Windows Enterprise Code Signing Certificate.”
|
IosLobAppProvisioningConfigurationCollectionRequest |
getIosLobAppProvisioningConfigurations()
“The IOS Lob App Provisioning Configurations.”
|
IosManagedAppProtectionCollectionRequest |
getIosManagedAppProtections()
“iOS managed app policies.”
|
Optional<Boolean> |
getIsEnabledForMicrosoftStoreForBusiness()
“Whether the account is enabled for syncing applications from the Microsoft Store
for Business.”
|
ManagedAppPolicyCollectionRequest |
getManagedAppPolicies()
“Managed app policies.”
|
ManagedAppRegistrationCollectionRequest |
getManagedAppRegistrations()
“The managed app registrations.”
|
ManagedAppStatusCollectionRequest |
getManagedAppStatuses()
“The managed app statuses.”
|
ManagedEBookCategoryCollectionRequest |
getManagedEBookCategories()
“The mobile eBook categories.”
|
ManagedEBookCollectionRequest |
getManagedEBooks()
“The Managed eBook.”
|
MdmWindowsInformationProtectionPolicyCollectionRequest |
getMdmWindowsInformationProtectionPolicies()
“Windows information protection for apps running on devices which are MDM
enrolled.”
|
Optional<String> |
getMicrosoftStoreForBusinessLanguage()
“The locale information used to sync applications from the Microsoft Store for
Business.
|
Optional<OffsetDateTime> |
getMicrosoftStoreForBusinessLastCompletedApplicationSyncTime()
“The last time an application sync from the Microsoft Store for Business was
completed.”
|
Optional<OffsetDateTime> |
getMicrosoftStoreForBusinessLastSuccessfulSyncDateTime()
“The last time the apps from the Microsoft Store for Business were synced
successfully for the account.”
|
Optional<MicrosoftStoreForBusinessPortalSelectionOptions> |
getMicrosoftStoreForBusinessPortalSelection()
“The end user portal information is used to sync applications from the Microsoft
Store for Business to Intune Company Portal.
|
MobileAppCategoryCollectionRequest |
getMobileAppCategories()
“The mobile app categories.”
|
ManagedDeviceMobileAppConfigurationCollectionRequest |
getMobileAppConfigurations()
“The Managed Device Mobile Application Configurations.”
|
MobileAppCollectionRequest |
getMobileApps()
“The mobile apps.”
|
PolicySetCollectionRequest |
getPolicySets()
“The PolicySet of Policies and Applications”
|
SideLoadingKeyCollectionRequest |
getSideLoadingKeys()
“Side Loading Keys that are required for the Windows 8 and 8.1 Apps installation.”
|
SymantecCodeSigningCertificateRequest |
getSymantecCodeSigningCertificate()
“The WinPhone Symantec Code Signing Certificate.”
|
TargetedManagedAppConfigurationCollectionRequest |
getTargetedManagedAppConfigurations()
“Targeted managed app configurations.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
VppTokenCollectionRequest |
getVppTokens()
“List of Vpp tokens for this organization.”
|
WindowsDefenderApplicationControlSupplementalPolicyCollectionRequest |
getWdacSupplementalPolicies()
“The collection of Windows Defender Application Control Supplemental Policies.”
|
WindowsInformationProtectionDeviceRegistrationCollectionRequest |
getWindowsInformationProtectionDeviceRegistrations()
“Windows information protection device registrations that are not MDM enrolled.”
|
WindowsInformationProtectionPolicyCollectionRequest |
getWindowsInformationProtectionPolicies()
“Windows information protection for apps running on devices which are not MDM
enrolled.”
|
WindowsInformationProtectionWipeActionCollectionRequest |
getWindowsInformationProtectionWipeActions()
“Windows information protection wipe actions.”
|
WindowsManagementAppRequest |
getWindowsManagementApp()
“Windows management app.”
|
String |
odataTypeName() |
DeviceAppManagement |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceAppManagement |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
syncMicrosoftStoreForBusinessApps() |
String |
toString() |
DeviceAppManagement |
withIsEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)
Returns an immutable copy of
this with just the isEnabledForMicrosoftStoreForBusiness field changed. |
DeviceAppManagement |
withMicrosoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)
Returns an immutable copy of
this with just the microsoftStoreForBusinessLanguage field changed. |
DeviceAppManagement |
withMicrosoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)
Returns an immutable copy of
this with just the microsoftStoreForBusinessLastCompletedApplicationSyncTime field changed. |
DeviceAppManagement |
withMicrosoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)
Returns an immutable copy of
this with just the microsoftStoreForBusinessLastSuccessfulSyncDateTime field changed. |
DeviceAppManagement |
withMicrosoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)
Returns an immutable copy of
this with just the microsoftStoreForBusinessPortalSelection field changed. |
protected OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime
protected Boolean isEnabledForMicrosoftStoreForBusiness
protected String microsoftStoreForBusinessLanguage
protected OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime
protected MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceAppManagement.Builder builderDeviceAppManagement()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getMicrosoftStoreForBusinessLastSuccessfulSyncDateTime()
public DeviceAppManagement withMicrosoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)
this with just the microsoftStoreForBusinessLastSuccessfulSyncDateTime field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“The last time the apps from the Microsoft Store for Business were synced successfully for the account.”
microsoftStoreForBusinessLastSuccessfulSyncDateTime - new value of microsoftStoreForBusinessLastSuccessfulSyncDateTime field (as defined in service metadata)this with just the microsoftStoreForBusinessLastSuccessfulSyncDateTime field changedpublic Optional<Boolean> getIsEnabledForMicrosoftStoreForBusiness()
public DeviceAppManagement withIsEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)
this with just the isEnabledForMicrosoftStoreForBusiness field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Whether the account is enabled for syncing applications from the Microsoft Store for Business.”
isEnabledForMicrosoftStoreForBusiness - new value of isEnabledForMicrosoftStoreForBusiness field (as defined in service metadata)this with just the isEnabledForMicrosoftStoreForBusiness field changedpublic Optional<String> getMicrosoftStoreForBusinessLanguage()
public DeviceAppManagement withMicrosoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)
this with just the microsoftStoreForBusinessLanguage field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is <languagecode2 >-<country/regioncode2>, where <languagecode2> is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.”
microsoftStoreForBusinessLanguage - new value of microsoftStoreForBusinessLanguage field (as defined in service metadata)this with just the microsoftStoreForBusinessLanguage field changedpublic Optional<OffsetDateTime> getMicrosoftStoreForBusinessLastCompletedApplicationSyncTime()
public DeviceAppManagement withMicrosoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)
this with just the microsoftStoreForBusinessLastCompletedApplicationSyncTime field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“The last time an application sync from the Microsoft Store for Business was completed.”
microsoftStoreForBusinessLastCompletedApplicationSyncTime - new value of microsoftStoreForBusinessLastCompletedApplicationSyncTime field (as defined in service metadata)this with just the microsoftStoreForBusinessLastCompletedApplicationSyncTime field changedpublic Optional<MicrosoftStoreForBusinessPortalSelectionOptions> getMicrosoftStoreForBusinessPortalSelection()
public DeviceAppManagement withMicrosoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)
this with just the microsoftStoreForBusinessPortalSelection field changed. Field description below
. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal. There are three options to pick from ['Company portal only', 'Company portal and private store', 'Private store only']”
microsoftStoreForBusinessPortalSelection - new value of microsoftStoreForBusinessPortalSelection field (as defined in service metadata)this with just the microsoftStoreForBusinessPortalSelection field changedpublic ManagedEBookCollectionRequest getManagedEBooks()
public MobileAppCollectionRequest getMobileApps()
public MobileAppCategoryCollectionRequest getMobileAppCategories()
public EnterpriseCodeSigningCertificateCollectionRequest getEnterpriseCodeSigningCertificates()
public IosLobAppProvisioningConfigurationCollectionRequest getIosLobAppProvisioningConfigurations()
public SymantecCodeSigningCertificateRequest getSymantecCodeSigningCertificate()
public ManagedDeviceMobileAppConfigurationCollectionRequest getMobileAppConfigurations()
public ManagedEBookCategoryCollectionRequest getManagedEBookCategories()
public PolicySetCollectionRequest getPolicySets()
public SideLoadingKeyCollectionRequest getSideLoadingKeys()
public VppTokenCollectionRequest getVppTokens()
public WindowsManagementAppRequest getWindowsManagementApp()
public ManagedAppPolicyCollectionRequest getManagedAppPolicies()
public IosManagedAppProtectionCollectionRequest getIosManagedAppProtections()
public AndroidManagedAppProtectionCollectionRequest getAndroidManagedAppProtections()
public DefaultManagedAppProtectionCollectionRequest getDefaultManagedAppProtections()
public TargetedManagedAppConfigurationCollectionRequest getTargetedManagedAppConfigurations()
public MdmWindowsInformationProtectionPolicyCollectionRequest getMdmWindowsInformationProtectionPolicies()
public WindowsInformationProtectionPolicyCollectionRequest getWindowsInformationProtectionPolicies()
public ManagedAppRegistrationCollectionRequest getManagedAppRegistrations()
public ManagedAppStatusCollectionRequest getManagedAppStatuses()
public WindowsInformationProtectionDeviceRegistrationCollectionRequest getWindowsInformationProtectionDeviceRegistrations()
public WindowsInformationProtectionWipeActionCollectionRequest getWindowsInformationProtectionWipeActions()
public DeviceAppManagementTaskCollectionRequest getDeviceAppManagementTasks()
public WindowsDefenderApplicationControlSupplementalPolicyCollectionRequest getWdacSupplementalPolicies()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceAppManagement patch()
this with changed fields reset.public DeviceAppManagement put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn syncMicrosoftStoreForBusinessApps()
Copyright © 2018–2020. All rights reserved.