Package odata.msgraph.client.beta.entity
Class DeviceAppManagement.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceAppManagement.Builder
-
- Enclosing class:
- DeviceAppManagement
public static final class DeviceAppManagement.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceAppManagementbuild()DeviceAppManagement.Builderid(String id)DeviceAppManagement.BuilderisEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)“Whether the account is enabled for syncing applications from the Microsoft Store for Business.”DeviceAppManagement.BuildermicrosoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)“The locale information used to sync applications from the Microsoft Store for Business.DeviceAppManagement.BuildermicrosoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)“The last time an application sync from the Microsoft Store for Business was completed.”DeviceAppManagement.BuildermicrosoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)“The last time the apps from the Microsoft Store for Business were synced successfully for the account.”DeviceAppManagement.BuildermicrosoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)“The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal.
-
-
-
Method Detail
-
id
public DeviceAppManagement.Builder id(String id)
-
isEnabledForMicrosoftStoreForBusiness
public DeviceAppManagement.Builder isEnabledForMicrosoftStoreForBusiness(Boolean isEnabledForMicrosoftStoreForBusiness)
“Whether the account is enabled for syncing applications from the Microsoft Store for Business.”- Parameters:
isEnabledForMicrosoftStoreForBusiness- value ofisEnabledForMicrosoftStoreForBusinessproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
microsoftStoreForBusinessLanguage
public DeviceAppManagement.Builder microsoftStoreForBusinessLanguage(String microsoftStoreForBusinessLanguage)
“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.”- Parameters:
microsoftStoreForBusinessLanguage- value ofmicrosoftStoreForBusinessLanguageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
microsoftStoreForBusinessLastCompletedApplicationSyncTime
public DeviceAppManagement.Builder microsoftStoreForBusinessLastCompletedApplicationSyncTime(OffsetDateTime microsoftStoreForBusinessLastCompletedApplicationSyncTime)
“The last time an application sync from the Microsoft Store for Business was completed.”- Parameters:
microsoftStoreForBusinessLastCompletedApplicationSyncTime- value ofmicrosoftStoreForBusinessLastCompletedApplicationSyncTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
microsoftStoreForBusinessLastSuccessfulSyncDateTime
public DeviceAppManagement.Builder microsoftStoreForBusinessLastSuccessfulSyncDateTime(OffsetDateTime microsoftStoreForBusinessLastSuccessfulSyncDateTime)
“The last time the apps from the Microsoft Store for Business were synced successfully for the account.”- Parameters:
microsoftStoreForBusinessLastSuccessfulSyncDateTime- value ofmicrosoftStoreForBusinessLastSuccessfulSyncDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
microsoftStoreForBusinessPortalSelection
public 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. There are three options to pick from ['Company portal only', 'Company portal and private store', 'Private store only']”- Parameters:
microsoftStoreForBusinessPortalSelection- value ofmicrosoftStoreForBusinessPortalSelectionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceAppManagement build()
-
-