| Package | Description |
|---|---|
| com.atlassian.bitbucket.comment | |
| com.atlassian.bitbucket.content |
| Modifier and Type | Method and Description |
|---|---|
DiffFileType |
AddLineCommentRequest.getFileType() |
| Modifier and Type | Method and Description |
|---|---|
Optional<DiffFileType> |
CommentThreadDiffAnchor.getFileType()
File type this anchor is anchored to in a diff.
|
| Modifier and Type | Method and Description |
|---|---|
AddLineCommentRequest.Builder |
AddLineCommentRequest.Builder.fileType(DiffFileType value) |
| Modifier and Type | Method and Description |
|---|---|
static DiffFileType |
DiffFileType.forSegmentType(DiffSegmentType segmentType)
Returns the default file type for a given
segmentType. |
static DiffFileType |
DiffFileType.fromId(int id) |
static DiffFileType |
DiffFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffFileType[] |
DiffFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Atlassian. All rights reserved.