-
public final class CategoryDefinition.CategoryList extends CategoryDefinition
-
-
Field Summary
Fields Modifier and Type Field Description private List<Long>
categoryIds
-
Constructor Summary
Constructors Constructor Description CategoryList(List<Long> categoryIds)
-
Method Summary
Modifier and Type Method Description final List<Long>
component1()
final CategoryDefinition.CategoryList
copy(List<Long> categoryIds)
final List<Long>
getCategoryIds()
final Unit
setCategoryIds(List<Long> categoryIds)
-
-
Method Detail
-
component1
final List<Long> component1()
-
copy
final CategoryDefinition.CategoryList copy(List<Long> categoryIds)
- Parameters:
categoryIds
- The ids of the categories which this challenge tracks
-
getCategoryIds
final List<Long> getCategoryIds()
-
setCategoryIds
final Unit setCategoryIds(List<Long> categoryIds)
- Parameters:
categoryIds
- The ids of the categories which this challenge tracks
-
-
-
-