Package odata.msgraph.client.complex
Class ClientCertificateAuthentication.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ClientCertificateAuthentication.Builder
-
- Enclosing class:
- ClientCertificateAuthentication
public static final class ClientCertificateAuthentication.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientCertificateAuthenticationbuild()ClientCertificateAuthentication.BuildercertificateList(List<Pkcs12CertificateInformation> certificateList)ClientCertificateAuthentication.BuildercertificateList(Pkcs12CertificateInformation... certificateList)ClientCertificateAuthentication.BuildercertificateListNextLink(String certificateListNextLink)
-
-
-
Method Detail
-
certificateList
public ClientCertificateAuthentication.Builder certificateList(List<Pkcs12CertificateInformation> certificateList)
-
certificateList
public ClientCertificateAuthentication.Builder certificateList(Pkcs12CertificateInformation... certificateList)
-
certificateListNextLink
public ClientCertificateAuthentication.Builder certificateListNextLink(String certificateListNextLink)
-
build
public ClientCertificateAuthentication build()
-
-