Known Direct Subclasses
|
Class Overview
Base class for comment creation requests.
Summary
Nested Classes |
class |
AbstractAddCommentRequest.AbstractBuilder<B extends AbstractBuilder<B, R extends AbstractAddCommentRequest>, R> |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Protected Constructors
Public Methods
@Nullable
public
String
getFromHash
()
Returns
- the
from hash
to anchor the comment to, or null
to
automatically infer it
@Nonnull
public
String
getPath
()
Returns
- the path of the file to comment on
@Nullable
public
String
getSrcPath
()
Returns
- the path the file to comment on used to have, for copies and moves
@Nonnull
public
String
getText
()
@Nullable
public
String
getToHash
()
Returns
- the
to hash
to anchor the comment to, or null
to
automatically infer it