OnenoteOperation
Inheritance: java.lang.Object
public class OnenoteOperation
The status of certain long-running OneNote operations.
Constructors
Constructor | Description |
---|---|
OnenoteOperation() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getCreatedDateTime() | The start time of the operation. |
getError() | The error returned by the operation. |
getId() | The operation id. |
getLastActionDateTime() | The time of the last action of the operation. |
getPercentComplete() | The operation percent complete if the operation is still in running status |
getResourceId() | The resource id. |
getResourceLocation() | The resource URI for the object. |
getStatus() | The current status of the operation: notstarted, running, completed, failed |
hashCode() | |
isCreatedDateTimeSpecified() | Indicates whether CreatedDateTime property is specified. |
isLastActionDateTimeSpecified() | Indicates whether LastActionDateTime property is specified. |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
OnenoteOperation()
public OnenoteOperation()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCreatedDateTime()
public final System.DateTimeOffset getCreatedDateTime()
The start time of the operation.
Returns: com.aspose.ms.System.DateTimeOffset
getError()
public final String getError()
The error returned by the operation.
Returns: java.lang.String
getId()
public final String getId()
The operation id. Read-only.
Returns: java.lang.String
getLastActionDateTime()
public final System.DateTimeOffset getLastActionDateTime()
The time of the last action of the operation.
Returns: com.aspose.ms.System.DateTimeOffset
getPercentComplete()
public final String getPercentComplete()
The operation percent complete if the operation is still in running status
Returns: java.lang.String
getResourceId()
public final String getResourceId()
The resource id.
Returns: java.lang.String
getResourceLocation()
public final String getResourceLocation()
The resource URI for the object. For example, the resource URI for a copied page or section.
Returns: java.lang.String
getStatus()
public final String getStatus()
The current status of the operation: notstarted, running, completed, failed
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isCreatedDateTimeSpecified()
public final boolean isCreatedDateTimeSpecified()
Indicates whether CreatedDateTime property is specified.
Returns: boolean
isLastActionDateTimeSpecified()
public final boolean isLastActionDateTimeSpecified()
Indicates whether LastActionDateTime property is specified.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |