Uses of Class
odata.msgraph.client.beta.enums.MicrosoftStoreForBusinessPortalSelectionOptions
-
Packages that use MicrosoftStoreForBusinessPortalSelectionOptions Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MicrosoftStoreForBusinessPortalSelectionOptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MicrosoftStoreForBusinessPortalSelectionOptions Modifier and Type Field Description protected MicrosoftStoreForBusinessPortalSelectionOptionsDeviceAppManagement. microsoftStoreForBusinessPortalSelectionMethods in odata.msgraph.client.beta.entity that return types with arguments of type MicrosoftStoreForBusinessPortalSelectionOptions Modifier and Type Method Description Optional<MicrosoftStoreForBusinessPortalSelectionOptions>DeviceAppManagement. getMicrosoftStoreForBusinessPortalSelection()“The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal.Methods in odata.msgraph.client.beta.entity with parameters of type MicrosoftStoreForBusinessPortalSelectionOptions Modifier and Type Method Description DeviceAppManagement.BuilderDeviceAppManagement.Builder. microsoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)“The end user portal information is used to sync applications from the Microsoft Store for Business to Intune Company Portal.DeviceAppManagementDeviceAppManagement. withMicrosoftStoreForBusinessPortalSelection(MicrosoftStoreForBusinessPortalSelectionOptions microsoftStoreForBusinessPortalSelection)Returns an immutable copy ofthiswith just themicrosoftStoreForBusinessPortalSelectionfield changed. -
Uses of MicrosoftStoreForBusinessPortalSelectionOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MicrosoftStoreForBusinessPortalSelectionOptions Modifier and Type Method Description static MicrosoftStoreForBusinessPortalSelectionOptionsMicrosoftStoreForBusinessPortalSelectionOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static MicrosoftStoreForBusinessPortalSelectionOptions[]MicrosoftStoreForBusinessPortalSelectionOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-