Class GetIsWatchingIssueBulkOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.GetIsWatchingIssueBulkOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetIsWatchingIssueBulkOperationSpec
extends Object
GetIsWatchingIssueBulkSpec
Specification for the GetIsWatchingIssueBulk operation.
Get is watching issue bulk
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetIsWatchingIssueBulkOperationSpec(IssueList issueList) Constructs a validated instance ofGetIsWatchingIssueBulkOperationSpec.Constructs a validated instance ofGetIsWatchingIssueBulkOperationSpec. -
Method Summary
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
GetIsWatchingIssueBulkOperationSpec
@Internal public GetIsWatchingIssueBulkOperationSpec(Consumer<GetIsWatchingIssueBulkOperationSpec> spec) Constructs a validated instance ofGetIsWatchingIssueBulkOperationSpec.- Parameters:
spec- the specification to process
-
GetIsWatchingIssueBulkOperationSpec
Constructs a validated instance ofGetIsWatchingIssueBulkOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueList- A list of issue IDs.
-
GetIsWatchingIssueBulkOperationSpec
protected GetIsWatchingIssueBulkOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetIsWatchingIssueBulkOperationSpec.GetIsWatchingIssueBulkOperationSpecBuilder builder() -
issueList
A list of issue IDs. -
issueList
A list of issue IDs.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-