|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.gadgets.spi.ExternalGadgetSpecId
@Immutable public final class ExternalGadgetSpecId
Represents the unique identifier of an ExternalGadgetSpec.
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode()
|
String |
toString()
|
String |
value()
Returns the value of this ExternalGadgetSpecId as a String. |
static ExternalGadgetSpecId |
valueOf(String id)
Converts the specified String into an ExternalGadgetSpecId. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String value()
ExternalGadgetSpecId as a String.
ExternalGadgetSpecId as a Stringpublic static ExternalGadgetSpecId valueOf(String id)
String into an ExternalGadgetSpecId.
id - the value to use for conversion
ExternalGadgetSpecId for the specified valuepublic boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||