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