Klasse WorkflowMetadataRestModel
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowMetadataRestModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowMetadataRestModel
extends Object
WorkflowMetadataRestModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe description of the workflow.protected StringThe ID of the workflow.protected StringThe name of the workflow.protected List<SimpleUsage>Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.protected DocumentVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowMetadataRestModel(String description, String id, String name, List<SimpleUsage> usage, DocumentVersion version) Constructs a validated instance ofWorkflowMetadataRestModel.Constructs a validated instance ofWorkflowMetadataRestModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe description of the workflow.description(String description) The description of the workflow.booleaninthashCode()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.usagesexpand 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.usagesexpand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.version()version(DocumentVersion version)
-
Felddetails
-
description
The description of the workflow. -
id
The ID of the workflow. -
name
The name of the workflow. -
usage
Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the workflows in the workflow scheme. -
version
-
-
Konstruktordetails
-
WorkflowMetadataRestModel
Constructs a validated instance ofWorkflowMetadataRestModel.- Parameter:
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.- Parameter:
description- The description of the workflow.id- The ID of the workflow.name- The name of the workflow.usage- Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.version- version
-
WorkflowMetadataRestModel
protected WorkflowMetadataRestModel()
-
-
Methodendetails
-
builder
-
description
The description of the workflow. -
id
The ID of the workflow. -
name
The name of the workflow. -
usage
Use the optionalworkflows.usagesexpand 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.- Gibt zurück:
this.
-
id
The ID of the workflow.- Gibt zurück:
this.
-
name
The name of the workflow.- Gibt zurück:
this.
-
usage
Use the optionalworkflows.usagesexpand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-