Klasse BulkOperationErrorResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkOperationErrorResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkOperationErrorResult
extends Object
BulkOperationErrorResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ErrorCollectionprotected Integerprotected Integer -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedBulkOperationErrorResult(ErrorCollection elementErrors, Integer failedElementNumber, Integer status) Constructs a validated instance ofBulkOperationErrorResult.Constructs a validated instance ofBulkOperationErrorResult. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanelementErrors(ErrorCollection elementErrors) booleanfailedElementNumber(Integer failedElementNumber) inthashCode()status()toString()
-
Felddetails
-
elementErrors
-
failedElementNumber
-
status
-
-
Konstruktordetails
-
BulkOperationErrorResult
Constructs a validated instance ofBulkOperationErrorResult.- Parameter:
spec- the specification to process
-
BulkOperationErrorResult
@Internal public BulkOperationErrorResult(ErrorCollection elementErrors, Integer failedElementNumber, Integer status) Constructs a validated instance ofBulkOperationErrorResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BulkOperationErrorResult(Consumer)instead.- Parameter:
elementErrors- var.namefailedElementNumber- var.namestatus- var.name
-
BulkOperationErrorResult
protected BulkOperationErrorResult()
-
-
Methodendetails
-
builder
-
elementErrors
-
failedElementNumber
-
status
-
elementErrors
- Gibt zurück:
this.
-
failedElementNumber
- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-