-
Method Summary
boolean
boolean
void
boolean
boolean
-
Method Details
-
clear
void clear()
- Since:
- 3.23.4
-
addCategory
boolean addCategory(@NotNull
String categoryId)
- Parameters:
category
-
- Returns:
true
, if the categories were changed, false
if it already had this category.
- Since:
- 3.23.4
-
addCategory
- Parameters:
category
-
- Returns:
true
, if the categories were changed, false
if it already had this category.
- Since:
- 3.23.4
-
removeCategory
boolean removeCategory(@NotNull
String categoryId)
- Parameters:
category
-
- Returns:
true
if category was removed, false
if did not contain this category.
- Since:
- 3.23.4
-
removeCategory
- Parameters:
category
-
- Returns:
true
if category was removed, false
if did not contain this category.
- Since:
- 3.23.4