Class BulkOperationErrorResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkOperationErrorResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkOperationErrorResult
extends Object
BulkOperationErrorResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBulkOperationErrorResult(ErrorCollection elementErrors, Integer failedElementNumber, Integer status) Constructs a validated instance ofBulkOperationErrorResult.Constructs a validated instance ofBulkOperationErrorResult. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanelementErrors(ErrorCollection elementErrors) booleanfailedElementNumber(Integer failedElementNumber) inthashCode()status()toString()
-
Field Details
-
elementErrors
-
failedElementNumber
-
status
-
-
Constructor Details
-
BulkOperationErrorResult
Constructs a validated instance ofBulkOperationErrorResult.- Parameters:
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.- Parameters:
elementErrors- elementErrorsfailedElementNumber- failedElementNumberstatus- status
-
BulkOperationErrorResult
protected BulkOperationErrorResult()
-
-
Method Details