Package odata.msgraph.client.complex
Class X509CertificateRule
- java.lang.Object
-
- odata.msgraph.client.complex.X509CertificateRule
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class X509CertificateRule extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classX509CertificateRule.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringidentifierprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected X509CertificateAuthenticationModex509CertificateAuthenticationModeprotected X509CertificateRuleTypex509CertificateRuleType
-
Constructor Summary
Constructors Modifier Constructor Description protectedX509CertificateRule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static X509CertificateRule.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getIdentifier()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<X509CertificateAuthenticationMode>getX509CertificateAuthenticationMode()Optional<X509CertificateRuleType>getX509CertificateRuleType()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()X509CertificateRulewithIdentifier(String identifier)X509CertificateRulewithUnmappedField(String name, Object value)X509CertificateRulewithX509CertificateAuthenticationMode(X509CertificateAuthenticationMode x509CertificateAuthenticationMode)X509CertificateRulewithX509CertificateRuleType(X509CertificateRuleType x509CertificateRuleType)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
identifier
protected String identifier
-
x509CertificateAuthenticationMode
protected X509CertificateAuthenticationMode x509CertificateAuthenticationMode
-
x509CertificateRuleType
protected X509CertificateRuleType x509CertificateRuleType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withIdentifier
public X509CertificateRule withIdentifier(String identifier)
-
getX509CertificateAuthenticationMode
public Optional<X509CertificateAuthenticationMode> getX509CertificateAuthenticationMode()
-
withX509CertificateAuthenticationMode
public X509CertificateRule withX509CertificateAuthenticationMode(X509CertificateAuthenticationMode x509CertificateAuthenticationMode)
-
getX509CertificateRuleType
public Optional<X509CertificateRuleType> getX509CertificateRuleType()
-
withX509CertificateRuleType
public X509CertificateRule withX509CertificateRuleType(X509CertificateRuleType x509CertificateRuleType)
-
withUnmappedField
public X509CertificateRule withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static X509CertificateRule.Builder builder()
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
-
-