Class DatasetArrayArg

    • Method Detail

      • valueOf

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