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