Class ItemActionSet.ItemActionSetBuilder
java.lang.Object
com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
- Enclosing class:
ItemActionSet
-
Method Summary
Modifier and TypeMethodDescriptionbuild()comment(CommentAction comment) The comment that was added to the item.An item was created.delete(DeleteAction delete) An item was deleted.An item was edited.mention(MentionAction mention) A user was mentioned in the item.move(MoveAction move) The item was moved.rename(RenameAction rename) The item was renamed.The item was restored.share(ShareAction share) The item was shared.toString()version(VersionAction version) The item was versioned.
-
Method Details
-
comment
The comment that was added to the item.- Returns:
this.
-
create
An item was created.createis either an empty object ornull.- Returns:
this.
-
delete
An item was deleted.- Returns:
this.
-
edit
An item was edited.editis either an empty object ornull.- Returns:
this.
-
mention
A user was mentioned in the item.- Returns:
this.
-
move
-
rename
The item was renamed.- Returns:
this.
-
restore
The item was restored.restoreis either an empty object ornull.- Returns:
this.
-
version
The item was versioned.- Returns:
this.
-
build
-
toString
-