Uses of Class
com.microsoft.graph.models.CertificateAuthorityDetail
Packages that use CertificateAuthorityDetail
-
Uses of CertificateAuthorityDetail in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CertificateAuthorityDetailModifier and TypeMethodDescriptionstatic CertificateAuthorityDetailCertificateAuthorityDetail.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type CertificateAuthorityDetailModifier and TypeMethodDescriptionCertificateBasedAuthPki.getCertificateAuthorities()Gets the certificateAuthorities property value.CertificateAuthorityDetailCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CertificateAuthorityDetailModifier and TypeMethodDescriptionvoidCertificateBasedAuthPki.setCertificateAuthorities(List<CertificateAuthorityDetail> value) Sets the certificateAuthorities property value.voidCertificateAuthorityDetailCollectionResponse.setValue(List<CertificateAuthorityDetail> value) Sets the value property value.