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 booleanequals(Object o)abstract StringgetKey()Returns string representation of this keyinthashCode()StringtoString()
-
-
-
Method Detail
-
getKey
@NotNull public abstract String getKey()
Returns string representation of this key- Returns:
- string representation of this key
-
-