Uses of Class
odata.msgraph.client.beta.enums.IosKioskModeAppType
-
Packages that use IosKioskModeAppType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of IosKioskModeAppType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosKioskModeAppType Modifier and Type Field Description protected IosKioskModeAppTypeIosGeneralDeviceConfiguration. kioskModeAppTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosKioskModeAppType Modifier and Type Method Description Optional<IosKioskModeAppType>IosGeneralDeviceConfiguration. getKioskModeAppType()“Type of app to run in kiosk mode.”Methods in odata.msgraph.client.beta.entity with parameters of type IosKioskModeAppType Modifier and Type Method Description IosGeneralDeviceConfiguration.BuilderIosGeneralDeviceConfiguration.Builder. kioskModeAppType(IosKioskModeAppType kioskModeAppType)“Type of app to run in kiosk mode.”IosGeneralDeviceConfigurationIosGeneralDeviceConfiguration. withKioskModeAppType(IosKioskModeAppType kioskModeAppType)Returns an immutable copy ofthiswith just thekioskModeAppTypefield changed. -
Uses of IosKioskModeAppType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IosKioskModeAppType Modifier and Type Method Description static IosKioskModeAppTypeIosKioskModeAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static IosKioskModeAppType[]IosKioskModeAppType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-