@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class RemoteIssueLink extends Object
| Constructor and Description |
|---|
RemoteIssueLink() |
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLink |
_object(RemoteObject _object) |
RemoteIssueLink |
application(Application application) |
boolean |
equals(Object o) |
Application |
getApplication()
Details of the remote application the linked item is in.
|
String |
getGlobalId()
The global ID of the link, such as the ID of the item on the remote system.
|
Long |
getId()
The ID of the link.
|
RemoteObject |
getObject()
Details of the item linked to.
|
String |
getRelationship()
Description of the relationship between the issue and the linked item.
|
URI |
getSelf()
The URL of the link.
|
RemoteIssueLink |
globalId(String globalId) |
int |
hashCode() |
RemoteIssueLink |
id(Long id) |
RemoteIssueLink |
relationship(String relationship) |
RemoteIssueLink |
self(URI self) |
void |
setApplication(Application application) |
void |
setGlobalId(String globalId) |
void |
setId(Long id) |
void |
setObject(RemoteObject _object) |
void |
setRelationship(String relationship) |
void |
setSelf(URI self) |
String |
toString() |
public RemoteIssueLink id(Long id)
public Long getId()
public void setId(Long id)
public RemoteIssueLink self(URI self)
public URI getSelf()
public void setSelf(URI self)
public RemoteIssueLink globalId(String globalId)
public String getGlobalId()
public void setGlobalId(String globalId)
public RemoteIssueLink application(Application application)
public Application getApplication()
public void setApplication(Application application)
public RemoteIssueLink relationship(String relationship)
public String getRelationship()
public void setRelationship(String relationship)
public RemoteIssueLink _object(RemoteObject _object)
public RemoteObject getObject()
public void setObject(RemoteObject _object)
Copyright © 2011–2021 Everit Kft.. All rights reserved.