Package com.microsoft.graph.models
Class OnenoteOperation
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Operation
com.microsoft.graph.models.OnenoteOperation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OnenoteOperation
extends Operation
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Onenote Operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Error.The Percent Complete.The Resource Id.The Resource Location.Fields inherited from class com.microsoft.graph.models.Operation
createdDateTime, lastActionDateTime, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
error
@SerializedName(value="error", alternate="Error") @Expose @Nullable public OnenoteOperationError errorThe Error. The error returned by the operation. -
percentComplete
@SerializedName(value="percentComplete", alternate="PercentComplete") @Expose @Nullable public String percentCompleteThe Percent Complete. The operation percent complete if the operation is still in running status. -
resourceId
@SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceIdThe Resource Id. The resource id. -
resourceLocation
@SerializedName(value="resourceLocation", alternate="ResourceLocation") @Expose @Nullable public String resourceLocationThe Resource Location. The resource URI for the object. For example, the resource URI for a copied page or section.
-
-
Constructor Details
-
OnenoteOperation
public OnenoteOperation()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classOperation- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-