All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static EntityPropertyBean.Builder |
builder(JiraBaseUrls jiraBaseUrls,
java.util.function.BiFunction<Long,String,String> entityIdToSelfFunction) |
static EntityPropertyBean.Builder |
builder(JiraBaseUrls jiraBaseUrls,
com.atlassian.fugue.Function2<Long,String,String> entityIdToSelfFunction)
|
String |
getKey() |
String |
getSelf() |
String |
getValue() |
static String |
propertySelf(JiraBaseUrls urls,
Long entityId,
String propertyKey,
java.util.function.BiFunction<Long,String,String> selfFunction) |
static String |
propertySelf(JiraBaseUrls urls,
Long entityId,
String propertyKey,
com.atlassian.fugue.Function2<Long,String,String> selfFunction)
|
String |
toString() |