> @@ -73,6 +76,31 @@ public T name(String name) {
>        }
>  
>        /**
> +       * @see User#getEmail()
> +       */
> +      public T email(String email) {
> +       this.email = email;
> +       return self();
> +      }
> +      
> +      
> +      /**
> +       * @see User#getEnabled

`@see User#isEnabled`

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

Reply via email to