com.atlassian.applinks.api
Class ApplicationId
java.lang.Object
com.atlassian.applinks.api.ApplicationId
- All Implemented Interfaces:
- Serializable
public class ApplicationId
- extends Object
- implements Serializable
The unique ID of an ApplicationLink.
Note that this ID may change under certain circumstances. If you intend
to store it for future look-ups, you should listen for the ApplicationLinksIDChangedEvent to keep your
stored ID current.
- Since:
- 3.0
- See Also:
- Serialized Form
ApplicationId
public ApplicationId(String id)
- Creates a new
ApplicationId. The supplied id must be in the format described by UUID.toString()
- Parameters:
id - the application id String
get
public String get()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2015 Atlassian. All rights reserved.