| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthority |
CertificateAuthority.Builder.build() |
CertificateAuthority |
CertificateAuthority.withCertificate(byte[] certificate) |
CertificateAuthority |
CertificateAuthority.withCertificateRevocationListUrl(String certificateRevocationListUrl) |
CertificateAuthority |
CertificateAuthority.withDeltaCertificateRevocationListUrl(String deltaCertificateRevocationListUrl) |
CertificateAuthority |
CertificateAuthority.withIsRootAuthority(Boolean isRootAuthority) |
CertificateAuthority |
CertificateAuthority.withIssuer(String issuer) |
CertificateAuthority |
CertificateAuthority.withIssuerSki(String issuerSki) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CertificateAuthority> |
CertificateBasedAuthConfiguration.certificateAuthorities |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CertificateBasedAuthConfiguration.Builder |
CertificateBasedAuthConfiguration.Builder.certificateAuthorities(CertificateAuthority... certificateAuthorities) |
| Modifier and Type | Method and Description |
|---|---|
CertificateBasedAuthConfiguration.Builder |
CertificateBasedAuthConfiguration.Builder.certificateAuthorities(List<CertificateAuthority> certificateAuthorities) |
Copyright © 2018–2020. All rights reserved.