Uses of Class
odata.msgraph.client.beta.complex.Windows10XCustomSubjectAlternativeName
-
Packages that use Windows10XCustomSubjectAlternativeName Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Windows10XCustomSubjectAlternativeName in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Windows10XCustomSubjectAlternativeName Modifier and Type Method Description Windows10XCustomSubjectAlternativeNameWindows10XCustomSubjectAlternativeName.Builder. build()Windows10XCustomSubjectAlternativeNameWindows10XCustomSubjectAlternativeName. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.Windows10XCustomSubjectAlternativeNameWindows10XCustomSubjectAlternativeName. withSanType(SubjectAlternativeNameType sanType)Returns an immutable copy ofthiswith just thesanTypefield changed.Windows10XCustomSubjectAlternativeNameWindows10XCustomSubjectAlternativeName. withUnmappedField(String name, String value) -
Uses of Windows10XCustomSubjectAlternativeName in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Windows10XCustomSubjectAlternativeName Modifier and Type Field Description protected List<Windows10XCustomSubjectAlternativeName>Windows10XSCEPCertificateProfile. subjectAlternativeNameFormatsMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10XCustomSubjectAlternativeName Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Windows10XCustomSubjectAlternativeName>Windows10XSCEPCertificateProfile. getSubjectAlternativeNameFormats()“Custom AAD Attributes.”com.github.davidmoten.odata.client.CollectionPage<Windows10XCustomSubjectAlternativeName>Windows10XSCEPCertificateProfile. getSubjectAlternativeNameFormats(com.github.davidmoten.odata.client.HttpRequestOptions options)“Custom AAD Attributes.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10XCustomSubjectAlternativeName Modifier and Type Method Description Windows10XSCEPCertificateProfile.BuilderWindows10XSCEPCertificateProfile.Builder. subjectAlternativeNameFormats(Windows10XCustomSubjectAlternativeName... subjectAlternativeNameFormats)“Custom AAD Attributes.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type Windows10XCustomSubjectAlternativeName Modifier and Type Method Description Windows10XSCEPCertificateProfile.BuilderWindows10XSCEPCertificateProfile.Builder. subjectAlternativeNameFormats(List<Windows10XCustomSubjectAlternativeName> subjectAlternativeNameFormats)“Custom AAD Attributes.”Windows10XSCEPCertificateProfileWindows10XSCEPCertificateProfile. withSubjectAlternativeNameFormats(List<Windows10XCustomSubjectAlternativeName> subjectAlternativeNameFormats)Returns an immutable copy ofthiswith just thesubjectAlternativeNameFormatsfield changed.
-