Uses of Class
com.atlassian.bitbucket.codeinsights.annotation.SearchAnnotationRequest.Builder
Packages that use SearchAnnotationRequest.Builder
- 
Uses of SearchAnnotationRequest.Builder in com.atlassian.bitbucket.codeinsights.annotationMethods in com.atlassian.bitbucket.codeinsights.annotation that return SearchAnnotationRequest.BuilderModifier and TypeMethodDescriptionSearchAnnotationRequest.Builder.annotationLocation(AnnotationLocation annotationLocation) SearchAnnotationRequest.Builder.externalId(String value) SearchAnnotationRequest.Builder.externalIds(Collection<String> values) Add the path to the builder.SearchAnnotationRequest.Builder.paths(Collection<String> values) Add all the paths to the builder.SearchAnnotationRequest.Builder.reportKeys(Collection<String> values) SearchAnnotationRequest.Builder.severities(Iterable<AnnotationSeverity> values) Add all the severities to the builder.SearchAnnotationRequest.Builder.severity(AnnotationSeverity value) Add the given severity to the builder.SearchAnnotationRequest.Builder.types(Iterable<AnnotationType> values) Add the given types to the builder