public class

RestBulkAddInsightAnnotationRequest

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.RestBulkAddInsightAnnotationRequest

Summary

Fields
public static final RestBulkAddInsightAnnotationRequest EXAMPLE
Public Constructors
RestBulkAddInsightAnnotationRequest()
Public Methods
@Valid @Size List<RestSingleAddInsightAnnotationRequest> getAnnotations()
[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

Fields

public static final RestBulkAddInsightAnnotationRequest EXAMPLE

Public Constructors

public RestBulkAddInsightAnnotationRequest ()

Public Methods

@Valid @Size public List<RestSingleAddInsightAnnotationRequest> getAnnotations ()