public class DataPolicyOperation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.time.OffsetDateTime |
completedDateTime
The Completed Date Time.
|
java.lang.Double |
progress
The Progress.
|
DataPolicyOperationStatus |
status
The Status.
|
java.lang.String |
storageLocation
The Storage Location.
|
java.time.OffsetDateTime |
submittedDateTime
The Submitted Date Time.
|
java.lang.String |
userId
The User Id.
|
Constructor and Description |
---|
DataPolicyOperation() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="completedDateTime", alternate="CompletedDateTime") @Expose @Nullable public java.time.OffsetDateTime completedDateTime
@SerializedName(value="progress", alternate="Progress") @Expose @Nullable public java.lang.Double progress
@SerializedName(value="status", alternate="Status") @Expose @Nullable public DataPolicyOperationStatus status
@SerializedName(value="storageLocation", alternate="StorageLocation") @Expose @Nullable public java.lang.String storageLocation
@SerializedName(value="submittedDateTime", alternate="SubmittedDateTime") @Expose @Nullable public java.time.OffsetDateTime submittedDateTime
@SerializedName(value="userId", alternate="UserId") @Expose @Nullable public java.lang.String userId
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to