Class Pkcs12Certificate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ApiAuthenticationConfigurationBase
-
- odata.msgraph.client.beta.complex.Pkcs12Certificate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Pkcs12Certificate extends ApiAuthenticationConfigurationBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPkcs12Certificate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringpasswordprotected Stringpkcs12Value-
Fields inherited from class odata.msgraph.client.beta.complex.ApiAuthenticationConfigurationBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPkcs12Certificate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Pkcs12Certificate.BuilderbuilderPkcs12Certificate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getPassword()Optional<String>getPkcs12Value()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Pkcs12CertificatewithPassword(String password)Pkcs12CertificatewithPkcs12Value(String pkcs12Value)Pkcs12CertificatewithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classApiAuthenticationConfigurationBase
-
withPassword
public Pkcs12Certificate withPassword(String password)
-
withPkcs12Value
public Pkcs12Certificate withPkcs12Value(String pkcs12Value)
-
withUnmappedField
public Pkcs12Certificate 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
-
builderPkcs12Certificate
public static Pkcs12Certificate.Builder builderPkcs12Certificate()
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
-
-