Class Category


  • public class Category
    extends IdentifiableNamedResource
    A category of runs which has its own specific rules.
    Common category names are Any%, 100%, and so on.

    This class is immutable and thread-safe.
    • Method Detail

      • getRuns

        public RunsRequest getRuns()
        Gets a new RunsRequest builder object to request all runs in this category.
        Returns:
        a RunsRequest builder
      • getWeblink

        public String getWeblink()
        Gets the link to this category on SRC.
        SRC API currently returns a link that does not work!
        Returns:
        a link to the category on SRC
      • isPerLevel

        public boolean isPerLevel()
        If true, this category has specific levels, otherwise this category does not have levels.
        Returns:
        true if this category is per level, otherwise false
      • getRules

        public String getRules()
        Gets the moderator defined rules text for this category.
        Returns:
        rules text
      • isMiscellaneous

        public boolean isMiscellaneous()
        Is this category considered a miscellaneous category.
        Returns:
        is miscellaneous