public class EntityPropertyBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EntityPropertyBean.Builder |
Constructor and Description |
---|
EntityPropertyBean() |
EntityPropertyBean(String key,
String value,
String self) |
Modifier and Type | Method and Description |
---|---|
static EntityPropertyBean.Builder |
builder(JiraBaseUrls jiraBaseUrls,
java.util.function.BiFunction<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) |
String |
toString() |
public String getSelf()
public String getKey()
public String getValue()
public static EntityPropertyBean.Builder builder(JiraBaseUrls jiraBaseUrls, java.util.function.BiFunction<Long,String,String> entityIdToSelfFunction)
public static String propertySelf(JiraBaseUrls urls, Long entityId, String propertyKey, java.util.function.BiFunction<Long,String,String> selfFunction)
Copyright © 2002-2021 Atlassian. All Rights Reserved.