Uses of Enum
com.microsoft.graph.models.CertificateAuthorityType
Packages that use CertificateAuthorityType
-
Uses of CertificateAuthorityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CertificateAuthorityTypeModifier and TypeMethodDescriptionstatic CertificateAuthorityTypeCertificateAuthorityDetail.getCertificateAuthorityType()Gets the certificateAuthorityType property value.static CertificateAuthorityTypeReturns the enum constant of this type with the specified name.static CertificateAuthorityType[]CertificateAuthorityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type CertificateAuthorityTypeModifier and TypeMethodDescriptionvoidCertificateAuthorityDetail.setCertificateAuthorityType(CertificateAuthorityType value) Sets the certificateAuthorityType property value.