public static final class DeviceAppManagement.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceAppManagement |
build() |
DeviceAppManagement.Builder |
id(String id) |
DeviceAppManagement.Builder |
isEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)
“Whether the account is enabled for syncing applications from the Microsoft Store
for Business.”
|
DeviceAppManagement.Builder |
microsoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)
“The locale information used to sync applications from the Microsoft Store for
Business.
|
DeviceAppManagement.Builder |
microsoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)
“The last time an application sync from the Microsoft Store for Business was
completed.”
|
DeviceAppManagement.Builder |
microsoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)
“The last time the apps from the Microsoft Store for Business were synced
successfully for the account.”
|
DeviceAppManagement.Builder |
microsoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)
“The end user portal information is used to sync applications from the Microsoft
Store for Business to Intune Company Portal.
|
public DeviceAppManagement.Builder id(String id)
public DeviceAppManagement.Builder microsoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)
microsoftStoreForBusinessLastSuccessfulSyncDateTime - value of microsoftStoreForBusinessLastSuccessfulSyncDateTime property (as defined in service metadata)this (for method chaining)public DeviceAppManagement.Builder isEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)
isEnabledForMicrosoftStoreForBusiness - value of isEnabledForMicrosoftStoreForBusiness property (as defined in service metadata)this (for method chaining)public DeviceAppManagement.Builder microsoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)
microsoftStoreForBusinessLanguage - value of microsoftStoreForBusinessLanguage property (as defined in service metadata)this (for method chaining)public DeviceAppManagement.Builder microsoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)
microsoftStoreForBusinessLastCompletedApplicationSyncTime - value of microsoftStoreForBusinessLastCompletedApplicationSyncTime property (as defined in service metadata)this (for method chaining)public DeviceAppManagement.Builder microsoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)
microsoftStoreForBusinessPortalSelection - value of microsoftStoreForBusinessPortalSelection property (as defined in service metadata)this (for method chaining)public DeviceAppManagement build()
Copyright © 2018–2020. All rights reserved.