Class CommentAction.CommentActionBuilder
java.lang.Object
com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
- Enclosing class:
CommentAction
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
isReply
(boolean isReply) Indicates if the activity was a reply to an existing thread.parentAuthor
(IdentitySet parentAuthor) The user who started the thread.participants
(List<IdentitySet> participants) The list of users who participated in the thread.toString()
-
Method Details
-
isReply
Indicates if the activity was a reply to an existing thread.- Returns:
this
.
-
parentAuthor
The user who started the thread.- Returns:
this
.
-
participants
The list of users who participated in the thread.- Returns:
this
.
-
build
-
toString
-