| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AppleSubjectNameFormat |
IosCertificateProfileBase.subjectNameFormat |
protected AppleSubjectNameFormat |
MacOSCertificateProfileBase.subjectNameFormat |
| Modifier and Type | Method and Description |
|---|---|
Optional<AppleSubjectNameFormat> |
IosCertificateProfileBase.getSubjectNameFormat()
“Certificate Subject Name Format.”
|
Optional<AppleSubjectNameFormat> |
MacOSCertificateProfileBase.getSubjectNameFormat()
“Certificate Subject Name Format.”
|
| Modifier and Type | Method and Description |
|---|---|
IosPkcsCertificateProfile.Builder |
IosPkcsCertificateProfile.Builder.subjectNameFormat(AppleSubjectNameFormat subjectNameFormat) |
MacOSImportedPFXCertificateProfile.Builder |
MacOSImportedPFXCertificateProfile.Builder.subjectNameFormat(AppleSubjectNameFormat subjectNameFormat) |
IosScepCertificateProfile.Builder |
IosScepCertificateProfile.Builder.subjectNameFormat(AppleSubjectNameFormat subjectNameFormat) |
MacOSScepCertificateProfile.Builder |
MacOSScepCertificateProfile.Builder.subjectNameFormat(AppleSubjectNameFormat subjectNameFormat) |
MacOSPkcsCertificateProfile.Builder |
MacOSPkcsCertificateProfile.Builder.subjectNameFormat(AppleSubjectNameFormat subjectNameFormat) |
IosCertificateProfileBase |
IosCertificateProfileBase.withSubjectNameFormat(AppleSubjectNameFormat subjectNameFormat)
Returns an immutable copy of
this with just the subjectNameFormat
field changed. |
MacOSCertificateProfileBase |
MacOSCertificateProfileBase.withSubjectNameFormat(AppleSubjectNameFormat subjectNameFormat)
Returns an immutable copy of
this with just the subjectNameFormat
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AppleSubjectNameFormat |
AppleSubjectNameFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppleSubjectNameFormat[] |
AppleSubjectNameFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.