Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementCertificationAuthority
-
Packages that use DeviceManagementCertificationAuthority Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementCertificationAuthority in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementCertificationAuthority Modifier and Type Field Description protected DeviceManagementCertificationAuthorityAndroidDeviceOwnerPkcsCertificateProfile. certificationAuthorityTypeprotected DeviceManagementCertificationAuthorityAospDeviceOwnerPkcsCertificateProfile. certificationAuthorityTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementCertificationAuthority Modifier and Type Method Description Optional<DeviceManagementCertificationAuthority>AndroidDeviceOwnerPkcsCertificateProfile. getCertificationAuthorityType()“Certification authority type”Optional<DeviceManagementCertificationAuthority>AospDeviceOwnerPkcsCertificateProfile. getCertificationAuthorityType()“Certification authority type”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementCertificationAuthority Modifier and Type Method Description AndroidDeviceOwnerPkcsCertificateProfile.BuilderAndroidDeviceOwnerPkcsCertificateProfile.Builder. certificationAuthorityType(DeviceManagementCertificationAuthority certificationAuthorityType)“Certification authority type”AospDeviceOwnerPkcsCertificateProfile.BuilderAospDeviceOwnerPkcsCertificateProfile.Builder. certificationAuthorityType(DeviceManagementCertificationAuthority certificationAuthorityType)“Certification authority type”AndroidDeviceOwnerPkcsCertificateProfileAndroidDeviceOwnerPkcsCertificateProfile. withCertificationAuthorityType(DeviceManagementCertificationAuthority certificationAuthorityType)Returns an immutable copy ofthiswith just thecertificationAuthorityTypefield changed.AospDeviceOwnerPkcsCertificateProfileAospDeviceOwnerPkcsCertificateProfile. withCertificationAuthorityType(DeviceManagementCertificationAuthority certificationAuthorityType)Returns an immutable copy ofthiswith just thecertificationAuthorityTypefield changed. -
Uses of DeviceManagementCertificationAuthority in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementCertificationAuthority Modifier and Type Method Description static DeviceManagementCertificationAuthorityDeviceManagementCertificationAuthority. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementCertificationAuthority[]DeviceManagementCertificationAuthority. values()Returns an array containing the constants of this enum type, in the order they are declared.
-