Class PlatformArrayArg

    • Method Detail

      • valueOf

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