> +
> +import
> org.jclouds.abiquo.domain.options.FilterOptions.BaseFilterOptionsBuilder;
> +import org.jclouds.http.options.BaseHttpRequestOptions;
> +
> +/**
> + * Available options to query users.
> + *
> + * @author Carlos Garcia
> + */
> +public class UserOptions extends BaseHttpRequestOptions {
> + public static Builder builder() {
> + return new Builder();
> + }
> +
> + @Override
> + protected Object clone() throws CloneNotSupportedException {
> would it be better to change them and also address the comment about the
> unnecessary variables in the builders in a separate PR, to
> get all them cleaned up?
I don't think that's necessary unless you feel it's important. If that's the
current convention for _multiple_ Abiquo classes, fine to leave as-is. I was
just thinking that this might be an outlier...
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/22/files#r5814535