public class ChangeNotificationEncryptedContent
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
data
The Data.
|
java.lang.String |
dataKey
The Data Key.
|
java.lang.String |
dataSignature
The Data Signature.
|
java.lang.String |
encryptionCertificateId
The Encryption Certificate Id.
|
java.lang.String |
encryptionCertificateThumbprint
The Encryption Certificate Thumbprint.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
| Constructor and Description |
|---|
ChangeNotificationEncryptedContent() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="data",
alternate="Data")
@Expose
@Nullable
public java.lang.String data
@SerializedName(value="dataKey",
alternate="DataKey")
@Expose
@Nullable
public java.lang.String dataKey
@SerializedName(value="dataSignature",
alternate="DataSignature")
@Expose
@Nullable
public java.lang.String dataSignature
@SerializedName(value="encryptionCertificateId",
alternate="EncryptionCertificateId")
@Expose
@Nullable
public java.lang.String encryptionCertificateId
@SerializedName(value="encryptionCertificateThumbprint",
alternate="EncryptionCertificateThumbprint")
@Expose
@Nullable
public java.lang.String encryptionCertificateThumbprint
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to