Interface TraitAssignmentApi
public interface TraitAssignmentApi
Contains all api operations for retrieving trait assignments.
A trait assignment is a characteristics linked to a trait.
-
Method Summary
Modifier and TypeMethodDescriptiongetTraitAssignments
(UUID traitId) Retrieves all TraitAssignments of the specified Trait.
-
Method Details
-
getTraitAssignments
Retrieves all TraitAssignments of the specified Trait.- Parameters:
traitId
- the id of the Trait- Returns:
- all TraitAssignments of the Trait
-