public class ChangeNotificationEncryptedContent extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeNotificationEncryptedContent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
data |
protected String |
dataKey |
protected String |
dataSignature |
protected String |
encryptionCertificateId |
protected String |
encryptionCertificateThumbprint |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ChangeNotificationEncryptedContent() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String data
protected String dataSignature
protected String dataKey
protected String encryptionCertificateId
protected String encryptionCertificateThumbprint
protected ChangeNotificationEncryptedContent()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ChangeNotificationEncryptedContent withData(String data)
public ChangeNotificationEncryptedContent withDataSignature(String dataSignature)
public ChangeNotificationEncryptedContent withDataKey(String dataKey)
public ChangeNotificationEncryptedContent withEncryptionCertificateId(String encryptionCertificateId)
public ChangeNotificationEncryptedContent withEncryptionCertificateThumbprint(String encryptionCertificateThumbprint)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ChangeNotificationEncryptedContent.Builder builder()
Copyright © 2018–2020. All rights reserved.