Class UpdateNotificationSchemeDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateNotificationSchemeDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateNotificationSchemeDetails
extends Object
UpdateNotificationSchemeDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateNotificationSchemeDetails
(String description, String name) Constructs a validated instance ofUpdateNotificationSchemeDetails
.Constructs a validated instance ofUpdateNotificationSchemeDetails
. -
Method Summary
-
Field Details
-
description
The description of the notification scheme. -
name
The name of the notification scheme. Must be unique.
-
-
Constructor Details
-
UpdateNotificationSchemeDetails
Constructs a validated instance ofUpdateNotificationSchemeDetails
.- Parameters:
spec
- the specification to process
-
UpdateNotificationSchemeDetails
Constructs a validated instance ofUpdateNotificationSchemeDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateNotificationSchemeDetails(Consumer)
instead.- Parameters:
description
- The description of the notification scheme.name
- The name of the notification scheme. Must be unique.
-
UpdateNotificationSchemeDetails
protected UpdateNotificationSchemeDetails()
-
-
Method Details
-
builder
-
description
The description of the notification scheme. -
name
The name of the notification scheme. Must be unique. -
description
The description of the notification scheme.- Returns:
this
.
-
name
The name of the notification scheme. Must be unique.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-