Uses of Class
odata.msgraph.client.beta.enums.EncryptionState
-
Packages that use EncryptionState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EncryptionState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EncryptionState Modifier and Type Field Description protected EncryptionStateManagedDeviceEncryptionState. encryptionStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type EncryptionState Modifier and Type Method Description Optional<EncryptionState>ManagedDeviceEncryptionState. getEncryptionState()“Device encryption state”Methods in odata.msgraph.client.beta.entity with parameters of type EncryptionState Modifier and Type Method Description ManagedDeviceEncryptionState.BuilderManagedDeviceEncryptionState.Builder. encryptionState(EncryptionState encryptionState)“Device encryption state”ManagedDeviceEncryptionStateManagedDeviceEncryptionState. withEncryptionState(EncryptionState encryptionState)Returns an immutable copy ofthiswith just theencryptionStatefield changed. -
Uses of EncryptionState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EncryptionState Modifier and Type Method Description static EncryptionStateEncryptionState. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionState[]EncryptionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-