Known Direct Subclasses
|
Summary
| Nested Classes |
|
class |
AddFileCommentRequest.AbstractFileBuilder<B extends AbstractFileBuilder<B, R extends AddFileCommentRequest>, R> |
|
|
class |
AddFileCommentRequest.Builder |
|
Protected Constructors
Public Methods
Returns
- the type of diff the comment is being added on
@Nullable
public
String
getFromHash
()
Returns
- the fromHash for the diff onto which the comment is to be anchored. A
null value will prompt
the system to try and resolve the most suitable fromHash which can be null for comments made on
a commit which doesn't have a parent
(i.e.: initial commits).
@Nonnull
public
String
getPath
()
Returns
- the path to the file on which the comment is to be added
@Nullable
public
String
getSrcPath
()
Returns
- the path the file on which the comment is to be added used to have
@Nullable
public
String
getToHash
()
Returns
- the toHash for the diff onto which the comment is to be anchored.