Uses of Enum Class
com.atlassian.bitbucket.comment.CommentThreadDiffAnchorType
Packages that use CommentThreadDiffAnchorType
-
Uses of CommentThreadDiffAnchorType in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return CommentThreadDiffAnchorTypeModifier and TypeMethodDescriptionstatic CommentThreadDiffAnchorTypeCommentThreadDiffAnchorType.fromId(int id) AddFileCommentRequest.getDiffType()CommentThreadDiffAnchor.getDiffType()static CommentThreadDiffAnchorTypeReturns the enum constant of this class with the specified name.static CommentThreadDiffAnchorType[]CommentThreadDiffAnchorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.comment that return types with arguments of type CommentThreadDiffAnchorTypeMethods in com.atlassian.bitbucket.comment with parameters of type CommentThreadDiffAnchorTypeModifier and TypeMethodDescriptionCommentSearchRequest.Builder.diffType(CommentThreadDiffAnchorType value) Method parameters in com.atlassian.bitbucket.comment with type arguments of type CommentThreadDiffAnchorTypeModifier and TypeMethodDescriptionCommentSearchRequest.Builder.diffTypes(Iterable<CommentThreadDiffAnchorType> values) Constructors in com.atlassian.bitbucket.comment with parameters of type CommentThreadDiffAnchorTypeModifierConstructorDescriptionAbstractFileBuilder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) AbstractLineCommentRequestBuilder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) Builder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) Builder(Commentable commentable, String text, CommentThreadDiffAnchorType diffType, String path) -
Uses of CommentThreadDiffAnchorType in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return CommentThreadDiffAnchorTypeMethods in com.atlassian.bitbucket.pull with parameters of type CommentThreadDiffAnchorTypeModifier and TypeMethodDescriptionPullRequestDiffRequest.Builder.diffType(CommentThreadDiffAnchorType value)