public class OnenoteOperation extends Operation implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
OnenoteOperationError |
error
The Error.
|
java.lang.String |
percentComplete
The Percent Complete.
|
java.lang.String |
resourceId
The Resource Id.
|
java.lang.String |
resourceLocation
The Resource Location.
|
createdDateTime, lastActionDateTime, status| Constructor and Description |
|---|
OnenoteOperation() |
| 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="error",
alternate="Error")
@Expose
@Nullable
public OnenoteOperationError error
@SerializedName(value="percentComplete",
alternate="PercentComplete")
@Expose
@Nullable
public java.lang.String percentComplete
@SerializedName(value="resourceId",
alternate="ResourceId")
@Expose
@Nullable
public java.lang.String resourceId
@SerializedName(value="resourceLocation",
alternate="ResourceLocation")
@Expose
@Nullable
public java.lang.String resourceLocation
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Operationserializer - the serializerjson - the JSON object to set this object to