@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class RemoteIssueLinkRequest extends Object
| Constructor and Description |
|---|
RemoteIssueLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLinkRequest |
_object(RemoteObject _object) |
Map<String,Object> |
any() |
RemoteIssueLinkRequest |
application(Application application) |
boolean |
equals(Object o) |
Application |
getApplication()
Details of the remote application the linked item is in.
|
String |
getGlobalId()
An identifier for the remote item in the remote system.
|
RemoteObject |
getObject()
Details of the item linked to.
|
String |
getRelationship()
Description of the relationship between the issue and the linked item.
|
RemoteIssueLinkRequest |
globalId(String globalId) |
int |
hashCode() |
RemoteIssueLinkRequest |
relationship(String relationship) |
void |
set(String name,
Object value) |
void |
setApplication(Application application) |
void |
setGlobalId(String globalId) |
void |
setObject(RemoteObject _object) |
void |
setRelationship(String relationship) |
String |
toString() |
public RemoteIssueLinkRequest globalId(String globalId)
public String getGlobalId()
public void setGlobalId(String globalId)
public RemoteIssueLinkRequest application(Application application)
public Application getApplication()
public void setApplication(Application application)
public RemoteIssueLinkRequest relationship(String relationship)
public String getRelationship()
public void setRelationship(String relationship)
public RemoteIssueLinkRequest _object(RemoteObject _object)
public RemoteObject getObject()
public void setObject(RemoteObject _object)
Copyright © 2011–2021 Everit Kft.. All rights reserved.