Uses of Class
odata.msgraph.client.beta.complex.X509CertificateRule
-
Packages that use X509CertificateRule Package Description odata.msgraph.client.beta.complex -
-
Uses of X509CertificateRule in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type X509CertificateRule Modifier and Type Field Description protected List<X509CertificateRule>X509CertificateAuthenticationModeConfiguration. rulesMethods in odata.msgraph.client.beta.complex that return X509CertificateRule Modifier and Type Method Description X509CertificateRuleX509CertificateRule.Builder. build()X509CertificateRuleX509CertificateRule. withIdentifier(String identifier)X509CertificateRuleX509CertificateRule. withUnmappedField(String name, String value)X509CertificateRuleX509CertificateRule. withX509CertificateAuthenticationMode(X509CertificateAuthenticationMode x509CertificateAuthenticationMode)X509CertificateRuleX509CertificateRule. withX509CertificateRuleType(X509CertificateRuleType x509CertificateRuleType)Methods in odata.msgraph.client.beta.complex that return types with arguments of type X509CertificateRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<X509CertificateRule>X509CertificateAuthenticationModeConfiguration. getRules()com.github.davidmoten.odata.client.CollectionPage<X509CertificateRule>X509CertificateAuthenticationModeConfiguration. getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type X509CertificateRule Modifier and Type Method Description X509CertificateAuthenticationModeConfiguration.BuilderX509CertificateAuthenticationModeConfiguration.Builder. rules(X509CertificateRule... rules)Method parameters in odata.msgraph.client.beta.complex with type arguments of type X509CertificateRule Modifier and Type Method Description X509CertificateAuthenticationModeConfiguration.BuilderX509CertificateAuthenticationModeConfiguration.Builder. rules(List<X509CertificateRule> rules)
-