Uses of Class
odata.msgraph.client.beta.enums.X509CertificateRuleType
-
Packages that use X509CertificateRuleType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of X509CertificateRuleType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as X509CertificateRuleType Modifier and Type Field Description protected X509CertificateRuleTypeX509CertificateRule. x509CertificateRuleTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type X509CertificateRuleType Modifier and Type Method Description Optional<X509CertificateRuleType>X509CertificateRule. getX509CertificateRuleType()Methods in odata.msgraph.client.beta.complex with parameters of type X509CertificateRuleType Modifier and Type Method Description X509CertificateRuleX509CertificateRule. withX509CertificateRuleType(X509CertificateRuleType x509CertificateRuleType)X509CertificateRule.BuilderX509CertificateRule.Builder. x509CertificateRuleType(X509CertificateRuleType x509CertificateRuleType) -
Uses of X509CertificateRuleType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return X509CertificateRuleType Modifier and Type Method Description static X509CertificateRuleTypeX509CertificateRuleType. valueOf(String name)Returns 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.
-