> + ListEgressFirewallRulesOptions options = new
> ListEgressFirewallRulesOptions();
> + return options.pageSize(pageSize);
> + }
> +
> + /**
> + * @see ListEgressFirewallRulesOptions#accountInDomain
> + */
> + public static ListEgressFirewallRulesOptions accountInDomain(String
> account, String domain) {
> + ListEgressFirewallRulesOptions options = new
> ListEgressFirewallRulesOptions();
> + return options.accountInDomain(account, domain);
> + }
> +
> + /**
> + * @see ListEgressFirewallRulesOptions#domainId
> + */
> + public static ListEgressFirewallRulesOptions domainId(String id) {
Should the parameter be called `domainId`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/229/files#r8318076