Class EventNotificationGroup
java.lang.Object
io.github.primelib.jira4j.restv3.model.EventNotificationGroup
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EventNotificationGroup
extends Object
EventNotificationGroup
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEventNotificationGroup(String groupId, String name, URI self) Constructs a validated instance ofEventNotificationGroup.Constructs a validated instance ofEventNotificationGroup. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangroupId()The ID of the group, which uniquely identifies the group across all Atlassian products.The ID of the group, which uniquely identifies the group across all Atlassian products.inthashCode()name()The name of group.The name of group.self()The URL for these group details.The URL for these group details.toString()
-
Field Details
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
name
The name of group. -
self
The URL for these group details.
-
-
Constructor Details
-
EventNotificationGroup
Constructs a validated instance ofEventNotificationGroup.- Parameters:
spec- the specification to process
-
EventNotificationGroup
Constructs a validated instance ofEventNotificationGroup.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EventNotificationGroup(Consumer)instead.- Parameters:
groupId- The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.name- The name of group.self- The URL for these group details.
-
EventNotificationGroup
protected EventNotificationGroup()
-
-
Method Details
-
builder
-
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. -
name
The name of group. -
self
The URL for these group details. -
groupId
The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.- Returns:
this.
-
name
The name of group.- Returns:
this.
-
self
The URL for these group details.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-