Class ItemActionSet

java.lang.Object
com.amilesend.onedrive.resource.activities.ItemActionSet

public class ItemActionSet extends Object
Describes actions that compose an activity on an item.

API Documentation.

See Also:
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • builder

      public static ItemActionSet.ItemActionSetBuilder builder()
    • getComment

      public CommentAction getComment()
      The comment that was added to the item.
    • getCreate

      public Object getCreate()
      An item was created. create is either an empty object or null.
    • getDelete

      public DeleteAction getDelete()
      An item was deleted.
    • getEdit

      public Object getEdit()
      An item was edited. edit is either an empty object or null.
    • getMention

      public MentionAction getMention()
      A user was mentioned in the item.
    • getMove

      public MoveAction getMove()
      The item was moved.
    • getRename

      public RenameAction getRename()
      The item was renamed.
    • getRestore

      public Object getRestore()
      The item was restored. restore is either an empty object or null.
    • getShare

      public ShareAction getShare()
      The item was shared.
    • getVersion

      public VersionAction getVersion()
      The item was versioned.
    • toString

      public String toString()
      Overrides:
      toString in class Object