Package odata.msgraph.client.complex
Class ClientCertificateAuthentication
- java.lang.Object
-
- odata.msgraph.client.complex.ApiAuthenticationConfigurationBase
-
- odata.msgraph.client.complex.ClientCertificateAuthentication
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ClientCertificateAuthentication extends ApiAuthenticationConfigurationBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientCertificateAuthentication.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<Pkcs12CertificateInformation>certificateListprotected StringcertificateListNextLink-
Fields inherited from class odata.msgraph.client.complex.ApiAuthenticationConfigurationBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClientCertificateAuthentication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientCertificateAuthentication.BuilderbuilderClientCertificateAuthentication()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation>getCertificateList()com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation>getCertificateList(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ClientCertificateAuthenticationwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
certificateList
protected List<Pkcs12CertificateInformation> certificateList
-
certificateListNextLink
protected String certificateListNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classApiAuthenticationConfigurationBase
-
getCertificateList
public com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation> getCertificateList()
-
getCertificateList
public com.github.davidmoten.odata.client.CollectionPage<Pkcs12CertificateInformation> getCertificateList(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public ClientCertificateAuthentication withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classApiAuthenticationConfigurationBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classApiAuthenticationConfigurationBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classApiAuthenticationConfigurationBase
-
builderClientCertificateAuthentication
public static ClientCertificateAuthentication.Builder builderClientCertificateAuthentication()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classApiAuthenticationConfigurationBase
-
-