Class UpdateScreenSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateScreenSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateScreenSchemeOperationSpec
extends Object
UpdateScreenSchemeSpec
Specification for the UpdateScreenScheme operation.
Update screen scheme
-
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
UpdateScreenSchemeOperationSpec
(String screenSchemeId, UpdateScreenSchemeDetails updateScreenSchemeDetails) Constructs a validated instance ofUpdateScreenSchemeOperationSpec
.Constructs a validated instance ofUpdateScreenSchemeOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID of the screen scheme.screenSchemeId
(@NotNull String screenSchemeId) The ID of the screen scheme.toString()
@NotNull UpdateScreenSchemeDetails
The screen scheme update details.updateScreenSchemeDetails
(@NotNull UpdateScreenSchemeDetails updateScreenSchemeDetails) The screen scheme update details.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
-
UpdateScreenSchemeOperationSpec
Constructs a validated instance ofUpdateScreenSchemeOperationSpec
.- Parameters:
spec
- the specification to process
-
UpdateScreenSchemeOperationSpec
@Internal public UpdateScreenSchemeOperationSpec(String screenSchemeId, UpdateScreenSchemeDetails updateScreenSchemeDetails) Constructs a validated instance ofUpdateScreenSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
screenSchemeId
- The ID of the screen scheme.updateScreenSchemeDetails
- The screen scheme update details.
-
UpdateScreenSchemeOperationSpec
protected UpdateScreenSchemeOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
screenSchemeId
The ID of the screen scheme. -
updateScreenSchemeDetails
The screen scheme update details. -
screenSchemeId
The ID of the screen scheme.- Returns:
this
.
-
updateScreenSchemeDetails
public UpdateScreenSchemeOperationSpec updateScreenSchemeDetails(@NotNull @NotNull UpdateScreenSchemeDetails updateScreenSchemeDetails) The screen scheme update details.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-