public class OnenoteOperation extends Object
The status of certain long-running OneNote operations.
Constructor and Description |
---|
OnenoteOperation() |
Modifier and Type | Method and Description |
---|---|
DateTimeOffset |
getCreatedDateTime()
The start time of the operation.
|
String |
getError()
The error returned by the operation.
|
String |
getId()
The operation id.
|
DateTimeOffset |
getLastActionDateTime()
The time of the last action of the operation.
|
String |
getPercentComplete()
The operation percent complete if the operation is still in running status
|
String |
getResourceId()
The resource id.
|
String |
getResourceLocation()
The resource URI for the object.
|
String |
getStatus()
The current status of the operation: notstarted, running, completed, failed
|
boolean |
isCreatedDateTimeSpecified()
Indicates whether CreatedDateTime property is specified.
|
boolean |
isLastActionDateTimeSpecified()
Indicates whether LastActionDateTime property is specified.
|
public final String getId()
The operation id. Read-only.
public final DateTimeOffset getLastActionDateTime()
The time of the last action of the operation.
public final boolean isLastActionDateTimeSpecified()
Indicates whether LastActionDateTime property is specified.
public final DateTimeOffset getCreatedDateTime()
The start time of the operation.
public final boolean isCreatedDateTimeSpecified()
Indicates whether CreatedDateTime property is specified.
public final String getError()
The error returned by the operation.
public final String getResourceId()
The resource id.
public final String getResourceLocation()
The resource URI for the object. For example, the resource URI for a copied page or section.
public final String getStatus()
The current status of the operation: notstarted, running, completed, failed
public final String getPercentComplete()
The operation percent complete if the operation is still in running status
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.