Class DashboardId

java.lang.Object
com.atlassian.gadgets.dashboard.DashboardId
All Implemented Interfaces:
Serializable

@Immutable public class DashboardId extends Object implements Serializable
Representation of the identifier for a particular dashboard.
See Also:
  • Method Details

    • value

      public String value()
      Returns the value of the identifier as a String.
      Returns:
      the value of the identifier as a String
    • 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
    • valueOf

      public static DashboardId valueOf(String id)
      Convert the String value to a DashboardId object.
      Parameters:
      id - String value to use
      Returns:
      {code DashboardId} with the underlying value of id