@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class IssueLinkType extends Object
| Constructor and Description |
|---|
IssueLinkType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the issue link type and is used as follows: * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link.
|
String |
getInward()
The description of the issue link type inward link and is used as follows: * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only
|
String |
getName()
The name of the issue link type and is used as follows: * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is the type of issue link.
|
String |
getOutward()
The description of the issue link type outward link and is used as follows: * In the [ issueLink](#api-rest-api-3-issueLink-post) resource it is read only
|
URI |
getSelf()
The URL of the issue link type.
|
int |
hashCode() |
IssueLinkType |
id(String id) |
IssueLinkType |
inward(String inward) |
IssueLinkType |
name(String name) |
IssueLinkType |
outward(String outward) |
void |
setId(String id) |
void |
setInward(String inward) |
void |
setName(String name) |
void |
setOutward(String outward) |
String |
toString() |
public IssueLinkType id(String id)
public String getId()
public void setId(String id)
public IssueLinkType name(String name)
public String getName()
public void setName(String name)
public IssueLinkType inward(String inward)
public String getInward()
public void setInward(String inward)
public IssueLinkType outward(String outward)
public String getOutward()
public void setOutward(String outward)
public URI getSelf()
Copyright © 2011–2021 Everit Kft.. All rights reserved.