public class

RemoteEntityLinkJsonBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.entity.RemoteEntityLinkJsonBean

Class Overview

Represents a remote entity link. More specific remote entity link types may extend this implementation if there is additional metadata that they would like to include, but this bean is expected to be sufficient for more remote entity link types.

Summary

Public Constructors
RemoteEntityLinkJsonBean()
Public Methods
boolean equals(Object o)
String getLink()
String getName()
URI getSelf()
int hashCode()
RemoteEntityLinkJsonBean link(String link)
RemoteEntityLinkJsonBean name(String name)
RemoteEntityLinkJsonBean self(URI self)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RemoteEntityLinkJsonBean ()

Public Methods

public boolean equals (Object o)

public String getLink ()

public String getName ()

public URI getSelf ()

public int hashCode ()

public RemoteEntityLinkJsonBean link (String link)

public RemoteEntityLinkJsonBean name (String name)

public RemoteEntityLinkJsonBean self (URI self)

public String toString ()