Class NestedResponse
java.lang.Object
io.github.primelib.jira4j.restv3.model.NestedResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NestedResponse
extends Object
NestedResponse
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ErrorCollectionprotected Integerprotected WarningCollection -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNestedResponse(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofNestedResponse.NestedResponse(Consumer<NestedResponse> spec) Constructs a validated instance ofNestedResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanerrorCollection(ErrorCollection errorCollection) inthashCode()status()toString()warningCollection(WarningCollection warningCollection)
-
Field Details
-
errorCollection
-
status
-
warningCollection
-
-
Constructor Details
-
NestedResponse
Constructs a validated instance ofNestedResponse.- Parameters:
spec- the specification to process
-
NestedResponse
@Internal public NestedResponse(ErrorCollection errorCollection, Integer status, WarningCollection warningCollection) Constructs a validated instance ofNestedResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NestedResponse(Consumer)instead.- Parameters:
errorCollection- errorCollectionstatus- statuswarningCollection- warningCollection
-
NestedResponse
protected NestedResponse()
-
-
Method Details