Uses of Class
odata.msgraph.client.beta.complex.WindowsInformationProtectionDataRecoveryCertificate
-
Packages that use WindowsInformationProtectionDataRecoveryCertificate Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsInformationProtectionDataRecoveryCertificate in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsInformationProtectionDataRecoveryCertificate Modifier and Type Method Description WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate.Builder. build()WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate. withCertificate(byte[] certificate)Returns an immutable copy ofthiswith just thecertificatefield changed.WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate. withExpirationDateTime(OffsetDateTime expirationDateTime)Returns an immutable copy ofthiswith just theexpirationDateTimefield changed.WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate. withSubjectName(String subjectName)Returns an immutable copy ofthiswith just thesubjectNamefield changed.WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtectionDataRecoveryCertificate. withUnmappedField(String name, String value) -
Uses of WindowsInformationProtectionDataRecoveryCertificate in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsInformationProtectionDataRecoveryCertificate Modifier and Type Field Description protected WindowsInformationProtectionDataRecoveryCertificateWindowsInformationProtection. dataRecoveryCertificateMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsInformationProtectionDataRecoveryCertificate Modifier and Type Method Description Optional<WindowsInformationProtectionDataRecoveryCertificate>WindowsInformationProtection. getDataRecoveryCertificate()“Specifies a recovery certificate that can be used for data recovery of encrypted files.Methods in odata.msgraph.client.beta.entity with parameters of type WindowsInformationProtectionDataRecoveryCertificate Modifier and Type Method Description MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. dataRecoveryCertificate(WindowsInformationProtectionDataRecoveryCertificate dataRecoveryCertificate)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. dataRecoveryCertificate(WindowsInformationProtectionDataRecoveryCertificate dataRecoveryCertificate)WindowsInformationProtectionWindowsInformationProtection. withDataRecoveryCertificate(WindowsInformationProtectionDataRecoveryCertificate dataRecoveryCertificate)Returns an immutable copy ofthiswith just thedataRecoveryCertificatefield changed.
-