com.atlassian.jira.rest.api.issue
Class RemoteIssueLinkCreateOrUpdateResponse

java.lang.Object
  extended by com.atlassian.jira.rest.api.issue.RemoteIssueLinkCreateOrUpdateResponse

public class RemoteIssueLinkCreateOrUpdateResponse
extends Object

Response from creating/updating a remote issue link.

Since:
v5.0

Constructor Summary
RemoteIssueLinkCreateOrUpdateResponse()
           
 
Method Summary
 Long id()
           
 RemoteIssueLinkCreateOrUpdateResponse id(Long id)
           
 String self()
           
 RemoteIssueLinkCreateOrUpdateResponse self(String self)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkCreateOrUpdateResponse

public RemoteIssueLinkCreateOrUpdateResponse()
Method Detail

id

public Long id()

id

public RemoteIssueLinkCreateOrUpdateResponse id(Long id)

self

public String self()

self

public RemoteIssueLinkCreateOrUpdateResponse self(String self)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.