Class IssueTransitionTo
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueTransitionTo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueTransitionTo
extends Object
IssueTransitionTo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the status.protected StringThe URL of the icon used to represent the status.protected StringThe ID of the status.protected StringThe name of the status.protected StatusDetailsScopeprotected StringThe URL of the status.protected StatusDetailsStatusCategory -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueTransitionTo(String description, String iconUrl, String id, String name, StatusDetailsScope scope, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofIssueTransitionTo.Constructs a validated instance ofIssueTransitionTo. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the status.description(String description) The description of the status.booleaninthashCode()iconUrl()The URL of the icon used to represent the status.The URL of the icon used to represent the status.id()The ID of the status.The ID of the status.name()The name of the status.The name of the status.scope()scope(StatusDetailsScope scope) self()The URL of the status.The URL of the status.statusCategory(StatusDetailsStatusCategory statusCategory) toString()
-
Field Details
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
scope
-
self
The URL of the status. -
statusCategory
-
-
Constructor Details
-
IssueTransitionTo
Constructs a validated instance ofIssueTransitionTo.- Parameters:
spec- the specification to process
-
IssueTransitionTo
@Internal public IssueTransitionTo(String description, String iconUrl, String id, String name, StatusDetailsScope scope, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofIssueTransitionTo.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueTransitionTo(Consumer)instead.- Parameters:
description- The description of the status.iconUrl- The URL of the icon used to represent the status.id- The ID of the status.name- The name of the status.scope- scopeself- The URL of the status.statusCategory- statusCategory
-
IssueTransitionTo
protected IssueTransitionTo()
-
-
Method Details
-
builder
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
scope
-
self
The URL of the status. -
statusCategory
-
description
The description of the status.- Returns:
this.
-
iconUrl
The URL of the icon used to represent the status.- Returns:
this.
-
id
The ID of the status.- Returns:
this.
-
name
The name of the status.- Returns:
this.
-
scope
- Returns:
this.
-
self
The URL of the status.- Returns:
this.
-
statusCategory
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-