Class BulkEditDashboardsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.BulkEditDashboardsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkEditDashboardsOperationSpec
extends Object
BulkEditDashboardsSpec
Specification for the BulkEditDashboards operation.
Bulk edit dashboards
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BulkEditDashboardsOperationSpec
(BulkEditShareableEntityRequest bulkEditShareableEntityRequest) Constructs a validated instance ofBulkEditDashboardsOperationSpec
.Constructs a validated instance ofBulkEditDashboardsOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
@NotNull BulkEditShareableEntityRequest
The details of dashboards being updated in bulk.bulkEditShareableEntityRequest
(@NotNull BulkEditShareableEntityRequest bulkEditShareableEntityRequest) The details of dashboards being updated in bulk.protected boolean
boolean
int
hashCode()
toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
BulkEditDashboardsOperationSpec
Constructs a validated instance ofBulkEditDashboardsOperationSpec
.- Parameters:
spec
- the specification to process
-
BulkEditDashboardsOperationSpec
protected BulkEditDashboardsOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-