Klasse DeleteUiModificationOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteUiModificationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteUiModificationOperationSpec
extends Object
DeleteUiModificationSpec
Specification for the DeleteUiModification operation.
Delete UI modification
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteUiModificationOperationSpec(String uiModificationId) Constructs a validated instance ofDeleteUiModificationOperationSpec.Constructs a validated instance ofDeleteUiModificationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()toString()@NotNull StringThe ID of the UI modification.uiModificationId(@NotNull String uiModificationId) The ID of the UI modification.voidvalidate()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
-
DeleteUiModificationOperationSpec
@Internal public DeleteUiModificationOperationSpec(Consumer<DeleteUiModificationOperationSpec> spec) Constructs a validated instance ofDeleteUiModificationOperationSpec.- Parameter:
spec- the specification to process
-
DeleteUiModificationOperationSpec
Constructs a validated instance ofDeleteUiModificationOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
uiModificationId- The ID of the UI modification.
-
DeleteUiModificationOperationSpec
protected DeleteUiModificationOperationSpec()
-
-
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. -
uiModificationId
public DeleteUiModificationOperationSpec uiModificationId(@NotNull @NotNull String uiModificationId) The ID of the UI modification.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-