Uses of Class
odata.msgraph.client.beta.enums.AndroidKeyguardFeature
-
Packages that use AndroidKeyguardFeature Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidKeyguardFeature in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AndroidKeyguardFeature Modifier and Type Field Description protected List<AndroidKeyguardFeature>AndroidDeviceOwnerGeneralDeviceConfiguration. passwordBlockKeyguardFeaturesMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidKeyguardFeature Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AndroidKeyguardFeature>AndroidDeviceOwnerGeneralDeviceConfiguration. getPasswordBlockKeyguardFeatures()“List of device keyguard features to block.com.github.davidmoten.odata.client.CollectionPage<AndroidKeyguardFeature>AndroidDeviceOwnerGeneralDeviceConfiguration. getPasswordBlockKeyguardFeatures(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of device keyguard features to block.Methods in odata.msgraph.client.beta.entity with parameters of type AndroidKeyguardFeature Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. passwordBlockKeyguardFeatures(AndroidKeyguardFeature... passwordBlockKeyguardFeatures)“List of device keyguard features to block.Method parameters in odata.msgraph.client.beta.entity with type arguments of type AndroidKeyguardFeature Modifier and Type Method Description AndroidDeviceOwnerGeneralDeviceConfiguration.BuilderAndroidDeviceOwnerGeneralDeviceConfiguration.Builder. passwordBlockKeyguardFeatures(List<AndroidKeyguardFeature> passwordBlockKeyguardFeatures)“List of device keyguard features to block.AndroidDeviceOwnerGeneralDeviceConfigurationAndroidDeviceOwnerGeneralDeviceConfiguration. withPasswordBlockKeyguardFeatures(List<AndroidKeyguardFeature> passwordBlockKeyguardFeatures)Returns an immutable copy ofthiswith just thepasswordBlockKeyguardFeaturesfield changed. -
Uses of AndroidKeyguardFeature in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidKeyguardFeature Modifier and Type Method Description static AndroidKeyguardFeatureAndroidKeyguardFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidKeyguardFeature[]AndroidKeyguardFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-