Class PropertiesRestLoader<T extends WithId>
java.lang.Object
com.atlassian.jira.rest.v2.entity.property.PropertiesRestLoader<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetProperties(ApplicationUser user, T entity, List<StringList> queryParam) static <T extends WithId>
PropertiesRestLoader<T>withService(EntityPropertyService<T> service)
-
Method Details
-
withService
public static <T extends WithId> PropertiesRestLoader<T> withService(EntityPropertyService<T> service) -
getProperties
-