Uses of Class
odata.msgraph.client.beta.enums.ManagedAppDataEncryptionType
-
Packages that use ManagedAppDataEncryptionType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedAppDataEncryptionType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedAppDataEncryptionType Modifier and Type Field Description protected ManagedAppDataEncryptionTypeDefaultManagedAppProtection. appDataEncryptionTypeprotected ManagedAppDataEncryptionTypeIosManagedAppProtection. appDataEncryptionTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedAppDataEncryptionType Modifier and Type Method Description Optional<ManagedAppDataEncryptionType>DefaultManagedAppProtection. getAppDataEncryptionType()“Type of encryption which should be used for data in a managed app.Optional<ManagedAppDataEncryptionType>IosManagedAppProtection. getAppDataEncryptionType()“Type of encryption which should be used for data in a managed app.”Methods in odata.msgraph.client.beta.entity with parameters of type ManagedAppDataEncryptionType Modifier and Type Method Description DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. appDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)“Type of encryption which should be used for data in a managed app.IosManagedAppProtection.BuilderIosManagedAppProtection.Builder. appDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)“Type of encryption which should be used for data in a managed app.”DefaultManagedAppProtectionDefaultManagedAppProtection. withAppDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)Returns an immutable copy ofthiswith just theappDataEncryptionTypefield changed.IosManagedAppProtectionIosManagedAppProtection. withAppDataEncryptionType(ManagedAppDataEncryptionType appDataEncryptionType)Returns an immutable copy ofthiswith just theappDataEncryptionTypefield changed. -
Uses of ManagedAppDataEncryptionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedAppDataEncryptionType Modifier and Type Method Description static ManagedAppDataEncryptionTypeManagedAppDataEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedAppDataEncryptionType[]ManagedAppDataEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-