> + * 
> + * @see <a
> + *      
> href="http://download.cloud.com/releases/3.0.6/api_3.0.6/root_admin/listProjects.html";
> + *      />
> + * @author Andrew Bayer
> + */
> +public class ListProjectsOptions extends AccountInDomainOptions {
> +
> +   public static final ListProjectsOptions NONE = new ListProjectsOptions();
> +
> +   /**
> +    * @param id
> +    *           list projects by project ID
> +    */
> +   public ListProjectsOptions id(String id) {
> +      this.queryParameters.replaceValues("id", ImmutableSet.of(id + ""));

Ah! No, it's not a null avoidance thing, it's a legacy thingie to deal with 
when IDs in CloudStack were ints, I think. Not sure it's actually needed at 
this point, though, so I'll remove it.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/215/files#r7931421

Reply via email to