Class TaxonArrayArg

    • Method Detail

      • valueOf

        public static TaxonArrayArg valueOf​(String s)
        Used by RS to parse value of request parameters.
        Parameters:
        s - the request arrayTaxon argument
        Returns:
        an instance of ArrayTaxonArg representing an array of Taxon identifiers from the input string, or a malformed ArrayTaxonArg that will throw an BadRequestException when accessing its value, if the input String can not be converted into an array of Taxon identifiers.