@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class IssueTypeCreateBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueTypeCreateBean.TypeEnum
Whether the issue type is `subtype` or `standard`.
|
| Constructor and Description |
|---|
IssueTypeCreateBean() |
| Modifier and Type | Method and Description |
|---|---|
IssueTypeCreateBean |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the issue type.
|
String |
getName()
The unique name for the issue type.
|
IssueTypeCreateBean.TypeEnum |
getType()
Whether the issue type is `subtype` or `standard`.
|
int |
hashCode() |
IssueTypeCreateBean |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(IssueTypeCreateBean.TypeEnum type) |
String |
toString() |
IssueTypeCreateBean |
type(IssueTypeCreateBean.TypeEnum type) |
public IssueTypeCreateBean name(String name)
public String getName()
public void setName(String name)
public IssueTypeCreateBean description(String description)
public String getDescription()
public void setDescription(String description)
public IssueTypeCreateBean type(IssueTypeCreateBean.TypeEnum type)
public IssueTypeCreateBean.TypeEnum getType()
public void setType(IssueTypeCreateBean.TypeEnum type)
Copyright © 2011–2021 Everit Kft.. All rights reserved.