public class

BulkOperationErrorResult

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.api.issue.BulkOperationErrorResult

Class Overview

Represents error of creating single element during batch operation.

Summary

Public Constructors
BulkOperationErrorResult(Integer status, ErrorCollection elementErrors, Integer failedElementNumber)
Public Methods
ErrorCollection getElementErrors()
Integer getFailedElementNumber()
Integer getStatus()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BulkOperationErrorResult (Integer status, ErrorCollection elementErrors, Integer failedElementNumber)

Public Methods

public ErrorCollection getElementErrors ()

public Integer getFailedElementNumber ()

public Integer getStatus ()