Uses of Class
odata.msgraph.client.beta.enums.AndroidDeviceOwnerBatteryPluggedMode
-
Packages that use AndroidDeviceOwnerBatteryPluggedMode Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidDeviceOwnerBatteryPluggedMode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AndroidDeviceOwnerBatteryPluggedMode Modifier and Type Field Description protected List<AndroidDeviceOwnerBatteryPluggedMode>AndroidDeviceOwnerGeneralDeviceConfiguration. stayOnModesMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidDeviceOwnerBatteryPluggedMode Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerBatteryPluggedMode>AndroidDeviceOwnerGeneralDeviceConfiguration. getStayOnModes()“List of modes in which the device's display will stay powered-on.com.github.davidmoten.odata.client.CollectionPage<AndroidDeviceOwnerBatteryPluggedMode>AndroidDeviceOwnerGeneralDeviceConfiguration. getStayOnModes(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of modes in which the device's display will stay powered-on.Methods in odata.msgraph.client.beta.entity with parameters of type AndroidDeviceOwnerBatteryPluggedMode Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. stayOnModes(AndroidDeviceOwnerBatteryPluggedMode... stayOnModes)“List of modes in which the device's display will stay powered-on.Method parameters in odata.msgraph.client.beta.entity with type arguments of type AndroidDeviceOwnerBatteryPluggedMode Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. stayOnModes(List<AndroidDeviceOwnerBatteryPluggedMode> stayOnModes)“List of modes in which the device's display will stay powered-on.AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withStayOnModes(List<AndroidDeviceOwnerBatteryPluggedMode> stayOnModes)Returns an immutable copy ofthiswith just thestayOnModesfield changed. -
Uses of AndroidDeviceOwnerBatteryPluggedMode in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidDeviceOwnerBatteryPluggedMode Modifier and Type Method Description static AndroidDeviceOwnerBatteryPluggedModeAndroidDeviceOwnerBatteryPluggedMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidDeviceOwnerBatteryPluggedMode[]AndroidDeviceOwnerBatteryPluggedMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-