Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateScreenSchemeOperationSpec
(String screenSchemeId, UpdateScreenSchemeDetails updateScreenSchemeDetails) Constructs a validated instance ofUpdateScreenSchemeOperationSpec
.Constructs a validated instance ofUpdateScreenSchemeOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateScreenSchemeOperationSpec
Constructs a validated instance ofUpdateScreenSchemeOperationSpec
.- Parameter:
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.
- Parameter:
screenSchemeId
- The ID of the screen scheme.updateScreenSchemeDetails
- The screen scheme update details.
-
UpdateScreenSchemeOperationSpec
protected UpdateScreenSchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
screenSchemeId
The ID of the screen scheme. -
updateScreenSchemeDetails
The screen scheme update details. -
screenSchemeId
The ID of the screen scheme.- Gibt zurück:
this
.
-
updateScreenSchemeDetails
public UpdateScreenSchemeOperationSpec updateScreenSchemeDetails(@NotNull @NotNull UpdateScreenSchemeDetails updateScreenSchemeDetails) The screen scheme update details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-