Class GetDashboardItemPropertyOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetDashboardItemPropertyOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetDashboardItemPropertyOperationSpec
extends Object
GetDashboardItemPropertySpec
Specification for the GetDashboardItemProperty operation.
Get dashboard item property
-
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
ConstructorsModifierConstructorDescriptionprotectedGetDashboardItemPropertyOperationSpec(String dashboardId, String itemId, String propertyKey) Constructs a validated instance ofGetDashboardItemPropertyOperationSpec.Constructs a validated instance ofGetDashboardItemPropertyOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected boolean@NotNull StringThe ID of the dashboard.dashboardId(@NotNull String dashboardId) The ID of the dashboard.booleaninthashCode()@NotNull StringitemId()The ID of the dashboard item.The ID of the dashboard item.@NotNull StringThe key of the dashboard item property.propertyKey(@NotNull String propertyKey) The key of the dashboard item property.toString()voidvalidate()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
-
GetDashboardItemPropertyOperationSpec
@Internal public GetDashboardItemPropertyOperationSpec(Consumer<GetDashboardItemPropertyOperationSpec> spec) Constructs a validated instance ofGetDashboardItemPropertyOperationSpec.- Parameters:
spec- the specification to process
-
GetDashboardItemPropertyOperationSpec
@Internal public GetDashboardItemPropertyOperationSpec(String dashboardId, String itemId, String propertyKey) Constructs a validated instance ofGetDashboardItemPropertyOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
dashboardId- The ID of the dashboard.itemId- The ID of the dashboard item.propertyKey- The key of the dashboard item property.
-
GetDashboardItemPropertyOperationSpec
protected GetDashboardItemPropertyOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static GetDashboardItemPropertyOperationSpec.GetDashboardItemPropertyOperationSpecBuilder builder() -
dashboardId
The ID of the dashboard. -
itemId
The ID of the dashboard item. -
propertyKey
The key of the dashboard item property. -
dashboardId
The ID of the dashboard.- Returns:
this.
-
itemId
The ID of the dashboard item.- Returns:
this.
-
propertyKey
The key of the dashboard item property.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-