Class FieldsStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldsStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldsStatus
extends Object
FieldsStatus
-
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
ConstructorsModifierConstructorDescriptionprotectedFieldsStatus(String description, String iconUrl, String id, String name, StatusDetailsScope scope, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofFieldsStatus.FieldsStatus(Consumer<FieldsStatus> spec) Constructs a validated instance ofFieldsStatus. -
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
-
FieldsStatus
Constructs a validated instance ofFieldsStatus.- Parameters:
spec- the specification to process
-
FieldsStatus
@Internal public FieldsStatus(String description, String iconUrl, String id, String name, StatusDetailsScope scope, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofFieldsStatus.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldsStatus(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
-
FieldsStatus
protected FieldsStatus()
-
-
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
-