Package jetbrains.buildServer.users
Class PropertyKey
- java.lang.Object
-
- jetbrains.buildServer.users.PropertyKey
-
- Direct Known Subclasses:
PluginPropertyKey
,SimplePropertyKey
public abstract class PropertyKey extends Object
Represents a user profile property key
-
-
Constructor Summary
Constructors Constructor Description PropertyKey()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
abstract String
getKey()
Returns string representation of this keyint
hashCode()
String
toString()
-
-
-
Method Detail
-
getKey
@NotNull public abstract String getKey()
Returns string representation of this key- Returns:
- string representation of this key
-
-