Uses of Class
odata.msgraph.client.beta.enums.AppleSubjectNameFormat
-
Packages that use AppleSubjectNameFormat Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppleSubjectNameFormat in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppleSubjectNameFormat Modifier and Type Field Description protected AppleSubjectNameFormatIosCertificateProfileBase. subjectNameFormatprotected AppleSubjectNameFormatMacOSCertificateProfileBase. subjectNameFormatMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppleSubjectNameFormat Modifier and Type Method Description Optional<AppleSubjectNameFormat>IosCertificateProfileBase. getSubjectNameFormat()“Certificate Subject Name Format.”Optional<AppleSubjectNameFormat>MacOSCertificateProfileBase. getSubjectNameFormat()“Certificate Subject Name Format.”Methods in odata.msgraph.client.beta.entity with parameters of type AppleSubjectNameFormat Modifier and Type Method Description IosPkcsCertificateProfile.BuilderIosPkcsCertificateProfile.Builder. subjectNameFormat(AppleSubjectNameFormat subjectNameFormat)IosScepCertificateProfile.BuilderIosScepCertificateProfile.Builder. subjectNameFormat(AppleSubjectNameFormat subjectNameFormat)MacOSImportedPFXCertificateProfile.BuilderMacOSImportedPFXCertificateProfile.Builder. subjectNameFormat(AppleSubjectNameFormat subjectNameFormat)MacOSPkcsCertificateProfile.BuilderMacOSPkcsCertificateProfile.Builder. subjectNameFormat(AppleSubjectNameFormat subjectNameFormat)MacOSScepCertificateProfile.BuilderMacOSScepCertificateProfile.Builder. subjectNameFormat(AppleSubjectNameFormat subjectNameFormat)IosCertificateProfileBaseIosCertificateProfileBase. withSubjectNameFormat(AppleSubjectNameFormat subjectNameFormat)Returns an immutable copy ofthiswith just thesubjectNameFormatfield changed.MacOSCertificateProfileBaseMacOSCertificateProfileBase. withSubjectNameFormat(AppleSubjectNameFormat subjectNameFormat)Returns an immutable copy ofthiswith just thesubjectNameFormatfield changed. -
Uses of AppleSubjectNameFormat in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppleSubjectNameFormat Modifier and Type Method Description static AppleSubjectNameFormatAppleSubjectNameFormat. 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.
-