Klasse UpdateUiModificationOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateUiModificationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateUiModificationOperationSpec
extends Object
UpdateUiModificationSpec
Specification for the UpdateUiModification operation.
Update UI modification
-
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
UpdateUiModificationOperationSpec
(String uiModificationId, UpdateUiModificationDetails updateUiModificationDetails) Constructs a validated instance ofUpdateUiModificationOperationSpec
.Constructs a validated instance ofUpdateUiModificationOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
toString()
@NotNull String
The ID of the UI modification.uiModificationId
(@NotNull String uiModificationId) The ID of the UI modification.@NotNull UpdateUiModificationDetails
Details of the UI modification.updateUiModificationDetails
(@NotNull UpdateUiModificationDetails updateUiModificationDetails) Details of the UI modification.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
-
UpdateUiModificationOperationSpec
@Internal public UpdateUiModificationOperationSpec(Consumer<UpdateUiModificationOperationSpec> spec) Constructs a validated instance ofUpdateUiModificationOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateUiModificationOperationSpec
@Internal public UpdateUiModificationOperationSpec(String uiModificationId, UpdateUiModificationDetails updateUiModificationDetails) Constructs a validated instance ofUpdateUiModificationOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
uiModificationId
- The ID of the UI modification.updateUiModificationDetails
- Details of the UI modification.
-
UpdateUiModificationOperationSpec
protected UpdateUiModificationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
uiModificationId
The ID of the UI modification. -
updateUiModificationDetails
Details of the UI modification. -
uiModificationId
public UpdateUiModificationOperationSpec uiModificationId(@NotNull @NotNull String uiModificationId) The ID of the UI modification.- Gibt zurück:
this
.
-
updateUiModificationDetails
public UpdateUiModificationOperationSpec updateUiModificationDetails(@NotNull @NotNull UpdateUiModificationDetails updateUiModificationDetails) Details of the UI modification.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-