Uses of Enum
com.microsoft.graph.models.X509CertificateRuleType
Packages that use X509CertificateRuleType
-
Uses of X509CertificateRuleType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return X509CertificateRuleTypeModifier and TypeMethodDescriptionstatic X509CertificateRuleTypeX509CertificateRule.getX509CertificateRuleType()Gets the x509CertificateRuleType property value.static X509CertificateRuleTypeReturns the enum constant of this type with the specified name.static X509CertificateRuleType[]X509CertificateRuleType.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 X509CertificateRuleTypeModifier and TypeMethodDescriptionvoidX509CertificateRule.setX509CertificateRuleType(X509CertificateRuleType value) Sets the x509CertificateRuleType property value.