Class EntityPropertyBean
java.lang.Object
com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean
- Since:
- v6.2
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityPropertyBean.Builderbuilder(JiraBaseUrls jiraBaseUrls, BiFunction<Long, String, String> entityIdToSelfFunction) getKey()getSelf()getValue()static StringpropertySelf(JiraBaseUrls urls, Long entityId, String propertyKey, BiFunction<Long, String, String> selfFunction) toString()
-
Constructor Details
-
EntityPropertyBean
public EntityPropertyBean() -
EntityPropertyBean
-
-
Method Details
-
getSelf
-
getKey
-
getValue
-
toString
-
builder
public static EntityPropertyBean.Builder builder(JiraBaseUrls jiraBaseUrls, BiFunction<Long, String, String> entityIdToSelfFunction) - Since:
- 7.0.0
-
propertySelf
public static String propertySelf(JiraBaseUrls urls, Long entityId, String propertyKey, BiFunction<Long, String, String> selfFunction) - Since:
- 7.0.0
-