public class

RestInsightAnnotation

extends RestMapEntity
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.internal.codeinsights.rest.RestInsightAnnotation

Summary

Constants
String EFFECTIVE_PATH
String EXTERNAL_ID
String LINE
String LINK
String MESSAGE
String OUTDATED
String PATH
String REPORT_KEY
String SEVERITY
Fields
public static final RestInsightAnnotation EXAMPLE
public static final Map<String, Object> EXAMPLE_PULL_REQUEST_STREAM
public static final Map<String, Object> EXAMPLE_STREAM
Public Constructors
RestInsightAnnotation()
RestInsightAnnotation(String reportKey, Optional<String> externalId, Integer line, Optional<URI> deeplink, String message, String path, AnnotationSeverity severity, Optional<AnnotationType> type)
RestInsightAnnotation(String reportKey, Optional<String> externalId, Integer line, Optional<URI> deeplink, String message, boolean outdated, String path, AnnotationSeverity severity, Optional<AnnotationType> type)
RestInsightAnnotation(InsightAnnotation annotation)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface java.util.Map

Constants

public static final String EFFECTIVE_PATH

Constant Value: "effectivePath"

public static final String EXTERNAL_ID

Constant Value: "externalId"

public static final String LINE

Constant Value: "line"

public static final String LINK

Constant Value: "link"

public static final String MESSAGE

Constant Value: "message"

public static final String OUTDATED

Constant Value: "outdated"

public static final String PATH

Constant Value: "path"

public static final String REPORT_KEY

Constant Value: "reportKey"

public static final String SEVERITY

Constant Value: "severity"

Fields

public static final RestInsightAnnotation EXAMPLE

public static final Map<String, Object> EXAMPLE_PULL_REQUEST_STREAM

public static final Map<String, Object> EXAMPLE_STREAM

Public Constructors

public RestInsightAnnotation ()

public RestInsightAnnotation (String reportKey, Optional<String> externalId, Integer line, Optional<URI> deeplink, String message, String path, AnnotationSeverity severity, Optional<AnnotationType> type)

public RestInsightAnnotation (String reportKey, Optional<String> externalId, Integer line, Optional<URI> deeplink, String message, boolean outdated, String path, AnnotationSeverity severity, Optional<AnnotationType> type)

public RestInsightAnnotation (InsightAnnotation annotation)