public class

AddCommentRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.comment.AddCommentRequest
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A request for creating comments on a Commentable.

Summary

Nested Classes
class AddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AddCommentRequest>, R>  
class AddCommentRequest.Builder  
Protected Constructors
AddCommentRequest(AbstractBuilder builder)
Public Methods
@Nonnull Commentable getCommentable()
@Nonnull String getText()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AddCommentRequest (AbstractBuilder builder)

Public Methods

@Nonnull public Commentable getCommentable ()

@Nonnull public String getText ()