Class ItemActionSet
java.lang.Object
com.amilesend.onedrive.resource.activities.ItemActionSet
Describes actions that compose an activity on an item.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The comment that was added to the item.An item was created.An item was deleted.getEdit()
An item was edited.A user was mentioned in the item.getMove()
The item was moved.The item was renamed.The item was restored.getShare()
The item was shared.The item was versioned.int
hashCode()
toString()
-
Method Details
-
equals
-
hashCode
public int hashCode() -
builder
-
getComment
The comment that was added to the item. -
getCreate
An item was created.create
is either an empty object ornull
. -
getDelete
An item was deleted. -
getEdit
An item was edited.edit
is either an empty object ornull
. -
getMention
A user was mentioned in the item. -
getMove
The item was moved. -
getRename
The item was renamed. -
getRestore
The item was restored.restore
is either an empty object ornull
. -
getVersion
The item was versioned. -
toString
-