Uses of Class
odata.msgraph.client.beta.complex.CertificateAuthority
-
Packages that use CertificateAuthority Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CertificateAuthority in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CertificateAuthority Modifier and Type Method Description CertificateAuthorityCertificateAuthority.Builder. build()CertificateAuthorityCertificateAuthority. withCertificate(byte[] certificate)CertificateAuthorityCertificateAuthority. withCertificateRevocationListUrl(String certificateRevocationListUrl)CertificateAuthorityCertificateAuthority. withDeltaCertificateRevocationListUrl(String deltaCertificateRevocationListUrl)CertificateAuthorityCertificateAuthority. withIsRootAuthority(Boolean isRootAuthority)CertificateAuthorityCertificateAuthority. withIssuer(String issuer)CertificateAuthorityCertificateAuthority. withIssuerSki(String issuerSki)CertificateAuthorityCertificateAuthority. withUnmappedField(String name, String value) -
Uses of CertificateAuthority in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type CertificateAuthority Modifier and Type Field Description protected List<CertificateAuthority>CertificateBasedAuthConfiguration. certificateAuthoritiesMethods in odata.msgraph.client.beta.entity that return types with arguments of type CertificateAuthority Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CertificateAuthority>CertificateBasedAuthConfiguration. getCertificateAuthorities()com.github.davidmoten.odata.client.CollectionPage<CertificateAuthority>CertificateBasedAuthConfiguration. getCertificateAuthorities(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type CertificateAuthority Modifier and Type Method Description CertificateBasedAuthConfiguration.BuilderCertificateBasedAuthConfiguration.Builder. certificateAuthorities(CertificateAuthority... certificateAuthorities)Method parameters in odata.msgraph.client.beta.entity with type arguments of type CertificateAuthority Modifier and Type Method Description CertificateBasedAuthConfiguration.BuilderCertificateBasedAuthConfiguration.Builder. certificateAuthorities(List<CertificateAuthority> certificateAuthorities)CertificateBasedAuthConfigurationCertificateBasedAuthConfiguration. withCertificateAuthorities(List<CertificateAuthority> certificateAuthorities)
-