java.lang.Object
com.amilesend.onedrive.resource.activities.action.CommentAction

public class CommentAction extends Object
Provides comment activity information for an item.

API Documentation.

See Also:
  • Method Details

    • builder

      public static CommentAction.CommentActionBuilder builder()
    • isReply

      public boolean isReply()
      Indicates if the activity was a reply to an existing thread.
    • getParentAuthor

      public IdentitySet getParentAuthor()
      The user who started the thread.
    • getParticipants

      public List<IdentitySet> getParticipants()
      The list of users who participated in the thread.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object