@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+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 application(Application application)
public Application getApplication()
public void setApplication(Application application)
public RemoteIssueLinkRequest globalId(String globalId)
public String getGlobalId()
public void setGlobalId(String globalId)
public RemoteIssueLinkRequest _object(RemoteObject _object)
public RemoteObject getObject()
public void setObject(RemoteObject _object)
public RemoteIssueLinkRequest relationship(String relationship)
public String getRelationship()
public void setRelationship(String relationship)
Copyright © 2011–2023 Everit Kft.. All rights reserved.