Interface TraitAssignmentApi


public interface TraitAssignmentApi
Contains all api operations for retrieving trait assignments. A trait assignment is a characteristics linked to a trait.
  • Method Details

    • getTraitAssignments

      List<TraitAssignment> getTraitAssignments(UUID traitId)
      Retrieves all TraitAssignments of the specified Trait.
      Parameters:
      traitId - the id of the Trait
      Returns:
      all TraitAssignments of the Trait