| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosEduCertificateSettings |
IosEduCertificateSettings.Builder.build() |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertFileName(String certFileName)
Returns an immutable copy of
this with just the certFileName
field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertificateTemplateName(String certificateTemplateName)
Returns an immutable copy of
this with just the certificateTemplateName field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertificateValidityPeriodScale(CertificateValidityPeriodScale certificateValidityPeriodScale)
Returns an immutable copy of
this with just the certificateValidityPeriodScale field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertificateValidityPeriodValue(Integer certificateValidityPeriodValue)
Returns an immutable copy of
this with just the certificateValidityPeriodValue field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertificationAuthority(String certificationAuthority)
Returns an immutable copy of
this with just the certificationAuthority field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withCertificationAuthorityName(String certificationAuthorityName)
Returns an immutable copy of
this with just the certificationAuthorityName field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withRenewalThresholdPercentage(Integer renewalThresholdPercentage)
Returns an immutable copy of
this with just the renewalThresholdPercentage field changed. |
IosEduCertificateSettings |
IosEduCertificateSettings.withTrustedRootCertificate(byte[] trustedRootCertificate)
Returns an immutable copy of
this with just the trustedRootCertificate field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected IosEduCertificateSettings |
IosEduDeviceConfiguration.deviceCertificateSettings |
protected IosEduCertificateSettings |
IosEduDeviceConfiguration.studentCertificateSettings |
protected IosEduCertificateSettings |
IosEduDeviceConfiguration.teacherCertificateSettings |
| Modifier and Type | Method and Description |
|---|---|
Optional<IosEduCertificateSettings> |
IosEduDeviceConfiguration.getDeviceCertificateSettings()
“The Trusted Root and PFX certificates for Device”
|
Optional<IosEduCertificateSettings> |
IosEduDeviceConfiguration.getStudentCertificateSettings()
“The Trusted Root and PFX certificates for Student”
|
Optional<IosEduCertificateSettings> |
IosEduDeviceConfiguration.getTeacherCertificateSettings()
“The Trusted Root and PFX certificates for Teacher”
|
| Modifier and Type | Method and Description |
|---|---|
IosEduDeviceConfiguration.Builder |
IosEduDeviceConfiguration.Builder.deviceCertificateSettings(IosEduCertificateSettings deviceCertificateSettings)
“The Trusted Root and PFX certificates for Device”
|
IosEduDeviceConfiguration.Builder |
IosEduDeviceConfiguration.Builder.studentCertificateSettings(IosEduCertificateSettings studentCertificateSettings)
“The Trusted Root and PFX certificates for Student”
|
IosEduDeviceConfiguration.Builder |
IosEduDeviceConfiguration.Builder.teacherCertificateSettings(IosEduCertificateSettings teacherCertificateSettings)
“The Trusted Root and PFX certificates for Teacher”
|
IosEduDeviceConfiguration |
IosEduDeviceConfiguration.withDeviceCertificateSettings(IosEduCertificateSettings deviceCertificateSettings)
Returns an immutable copy of
this with just the deviceCertificateSettings field changed. |
IosEduDeviceConfiguration |
IosEduDeviceConfiguration.withStudentCertificateSettings(IosEduCertificateSettings studentCertificateSettings)
Returns an immutable copy of
this with just the studentCertificateSettings field changed. |
IosEduDeviceConfiguration |
IosEduDeviceConfiguration.withTeacherCertificateSettings(IosEduCertificateSettings teacherCertificateSettings)
Returns an immutable copy of
this with just the teacherCertificateSettings field changed. |
Copyright © 2018–2020. All rights reserved.