Class WorkflowMetadataRestModel
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowMetadataRestModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowMetadataRestModel
extends Object
WorkflowMetadataRestModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description of the workflow.protected String
The ID of the workflow.protected String
The name of the workflow.protected List<SimpleUsage>
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.protected DocumentVersion
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowMetadataRestModel
(String description, String id, String name, List<SimpleUsage> usage, DocumentVersion version) Constructs a validated instance ofWorkflowMetadataRestModel
.Constructs a validated instance ofWorkflowMetadataRestModel
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the workflow.description
(String description) The description of the workflow.boolean
int
hashCode()
id()
The ID of the workflow.The ID of the workflow.name()
The name of the workflow.The name of the workflow.toString()
usage()
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.usage
(List<SimpleUsage> usage) Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.version()
version
(DocumentVersion version)
-
Field Details
-
description
The description of the workflow. -
id
The ID of the workflow. -
name
The name of the workflow. -
usage
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme. -
version
-
-
Constructor Details
-
WorkflowMetadataRestModel
Constructs a validated instance ofWorkflowMetadataRestModel
.- Parameters:
spec
- the specification to process
-
WorkflowMetadataRestModel
@Internal public WorkflowMetadataRestModel(String description, String id, String name, List<SimpleUsage> usage, DocumentVersion version) Constructs a validated instance ofWorkflowMetadataRestModel
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowMetadataRestModel(Consumer)
instead.- Parameters:
description
- The description of the workflow.id
- The ID of the workflow.name
- The name of the workflow.usage
- Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.version
- version
-
WorkflowMetadataRestModel
protected WorkflowMetadataRestModel()
-
-
Method Details
-
builder
-
description
The description of the workflow. -
id
The ID of the workflow. -
name
The name of the workflow. -
usage
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme. -
version
-
description
The description of the workflow.- Returns:
this
.
-
id
The ID of the workflow.- Returns:
this
.
-
name
The name of the workflow.- Returns:
this
.
-
usage
Use the optionalworkflows.usages
expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.- Returns:
this
.
-
version
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-