Class AssociatedItemBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.AssociatedItemBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AssociatedItemBean
extends Object
AssociatedItemBean
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the associated record.protected StringThe name of the associated record.protected StringThe ID of the associated parent record.protected StringThe name of the associated parent record.protected StringThe type of the associated record. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofAssociatedItemBean.Constructs a validated instance ofAssociatedItemBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()id()The ID of the associated record.The ID of the associated record.name()The name of the associated record.The name of the associated record.parentId()The ID of the associated parent record.The ID of the associated parent record.The name of the associated parent record.parentName(String parentName) The name of the associated parent record.toString()typeName()The type of the associated record.The type of the associated record.
-
Field Details
-
id
The ID of the associated record. -
name
The name of the associated record. -
parentId
The ID of the associated parent record. -
parentName
The name of the associated parent record. -
typeName
The type of the associated record.
-
-
Constructor Details
-
AssociatedItemBean
Constructs a validated instance ofAssociatedItemBean.- Parameters:
spec- the specification to process
-
AssociatedItemBean
@Internal public AssociatedItemBean(String id, String name, String parentId, String parentName, String typeName) Constructs a validated instance ofAssociatedItemBean.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AssociatedItemBean(Consumer)instead.- Parameters:
id- The ID of the associated record.name- The name of the associated record.parentId- The ID of the associated parent record.parentName- The name of the associated parent record.typeName- The type of the associated record.
-
AssociatedItemBean
protected AssociatedItemBean()
-
-
Method Details
-
builder
-
id
The ID of the associated record. -
name
The name of the associated record. -
parentId
The ID of the associated parent record. -
parentName
The name of the associated parent record. -
typeName
The type of the associated record. -
id
The ID of the associated record.- Returns:
this.
-
name
The name of the associated record.- Returns:
this.
-
parentId
The ID of the associated parent record.- Returns:
this.
-
parentName
The name of the associated parent record.- Returns:
this.
-
typeName
The type of the associated record.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-