Uses of Class
odata.msgraph.client.beta.complex.Pkcs12CertificateInformation
-
Packages that use Pkcs12CertificateInformation Package Description odata.msgraph.client.beta.complex -
-
Uses of Pkcs12CertificateInformation in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type Pkcs12CertificateInformation Modifier and Type Field Description protected List<Pkcs12CertificateInformation>ClientCertificateAuthentication. certificateListMethods in odata.msgraph.client.beta.complex that return Pkcs12CertificateInformation Modifier and Type Method Description Pkcs12CertificateInformationPkcs12CertificateInformation.Builder. build()Pkcs12CertificateInformationPkcs12CertificateInformation. withIsActive(Boolean isActive)Pkcs12CertificateInformationPkcs12CertificateInformation. withNotAfter(Long notAfter)Pkcs12CertificateInformationPkcs12CertificateInformation. withNotBefore(Long notBefore)Pkcs12CertificateInformationPkcs12CertificateInformation. withThumbprint(String thumbprint)Pkcs12CertificateInformationPkcs12CertificateInformation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type Pkcs12CertificateInformation Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation>ClientCertificateAuthentication. getCertificateList()com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation>ClientCertificateAuthentication. getCertificateList(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type Pkcs12CertificateInformation Modifier and Type Method Description ClientCertificateAuthentication.BuilderClientCertificateAuthentication.Builder. certificateList(Pkcs12CertificateInformation... certificateList)Method parameters in odata.msgraph.client.beta.complex with type arguments of type Pkcs12CertificateInformation Modifier and Type Method Description ClientCertificateAuthentication.BuilderClientCertificateAuthentication.Builder. certificateList(List<Pkcs12CertificateInformation> certificateList)
-