Uses of Class
odata.msgraph.client.beta.complex.CommentAction
-
Packages that use CommentAction Package Description odata.msgraph.client.beta.complex -
-
Uses of CommentAction in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as CommentAction Modifier and Type Field Description protected CommentActionItemActionSet. commentMethods in odata.msgraph.client.beta.complex that return CommentAction Modifier and Type Method Description CommentActionCommentAction.Builder. build()CommentActionCommentAction. withIsReply(Boolean isReply)CommentActionCommentAction. withParentAuthor(IdentitySet parentAuthor)CommentActionCommentAction. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type CommentAction Modifier and Type Method Description Optional<CommentAction>ItemActionSet. getComment()Methods in odata.msgraph.client.beta.complex with parameters of type CommentAction Modifier and Type Method Description ItemActionSet.BuilderItemActionSet.Builder. comment(CommentAction comment)ItemActionSetItemActionSet. withComment(CommentAction comment)
-