| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EmailCertificateType |
IosEasEmailProfileConfiguration.encryptionCertificateType |
protected EmailCertificateType |
IosEasEmailProfileConfiguration.signingCertificateType |
| Modifier and Type | Method and Description |
|---|---|
Optional<EmailCertificateType> |
IosEasEmailProfileConfiguration.getEncryptionCertificateType()
“Encryption Certificate type for this Email profile.”
|
Optional<EmailCertificateType> |
IosEasEmailProfileConfiguration.getSigningCertificateType()
“Signing Certificate type for this Email profile.”
|
| Modifier and Type | Method and Description |
|---|---|
IosEasEmailProfileConfiguration.Builder |
IosEasEmailProfileConfiguration.Builder.encryptionCertificateType(EmailCertificateType encryptionCertificateType)
“Encryption Certificate type for this Email profile.”
|
IosEasEmailProfileConfiguration.Builder |
IosEasEmailProfileConfiguration.Builder.signingCertificateType(EmailCertificateType signingCertificateType)
“Signing Certificate type for this Email profile.”
|
IosEasEmailProfileConfiguration |
IosEasEmailProfileConfiguration.withEncryptionCertificateType(EmailCertificateType encryptionCertificateType)
Returns an immutable copy of
this with just the encryptionCertificateType field changed. |
IosEasEmailProfileConfiguration |
IosEasEmailProfileConfiguration.withSigningCertificateType(EmailCertificateType signingCertificateType)
Returns an immutable copy of
this with just the signingCertificateType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EmailCertificateType |
EmailCertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailCertificateType[] |
EmailCertificateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.