| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateDestinationStore |
Windows81TrustedRootCertificate.destinationStore |
| Modifier and Type | Method and Description |
|---|---|
Optional<CertificateDestinationStore> |
Windows81TrustedRootCertificate.getDestinationStore()
“Destination store location for the Trusted Root Certificate.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows81TrustedRootCertificate.Builder |
Windows81TrustedRootCertificate.Builder.destinationStore(CertificateDestinationStore destinationStore)
“Destination store location for the Trusted Root Certificate.”
|
Windows81TrustedRootCertificate |
Windows81TrustedRootCertificate.withDestinationStore(CertificateDestinationStore destinationStore)
Returns an immutable copy of
this with just the destinationStore
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static CertificateDestinationStore |
CertificateDestinationStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateDestinationStore[] |
CertificateDestinationStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.