@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class WorkflowMetadataRestModel extends Object
| Constructor and Description |
|---|
WorkflowMetadataRestModel() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowMetadataRestModel |
addUsageItem(SimpleUsage usageItem) |
WorkflowMetadataRestModel |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the workflow.
|
String |
getId()
The ID of the workflow.
|
String |
getName()
The name of the workflow.
|
List<SimpleUsage> |
getUsage()
Use the optional `workflows.usages` expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.
|
DocumentVersion |
getVersion()
Get version
|
int |
hashCode() |
WorkflowMetadataRestModel |
id(String id) |
WorkflowMetadataRestModel |
name(String name) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUsage(List<SimpleUsage> usage) |
void |
setVersion(DocumentVersion version) |
String |
toString() |
WorkflowMetadataRestModel |
usage(List<SimpleUsage> usage) |
WorkflowMetadataRestModel |
version(DocumentVersion version) |
public WorkflowMetadataRestModel description(String description)
public String getDescription()
public void setDescription(String description)
public WorkflowMetadataRestModel id(String id)
public String getId()
public void setId(String id)
public WorkflowMetadataRestModel name(String name)
public String getName()
public void setName(String name)
public WorkflowMetadataRestModel usage(List<SimpleUsage> usage)
public WorkflowMetadataRestModel addUsageItem(SimpleUsage usageItem)
public List<SimpleUsage> getUsage()
public void setUsage(List<SimpleUsage> usage)
public WorkflowMetadataRestModel version(DocumentVersion version)
public DocumentVersion getVersion()
public void setVersion(DocumentVersion version)
Copyright © 2011–2023 Everit Kft.. All rights reserved.