> + if ( page != null ) {
> + options.queryParameters.put("page",
> String.valueOf(page));
> + }
> +
> + return addFilterOptions(options);
> + }
> +
> + // FIXME: This method is overriden to change its behavior until
> the
> + // issue ABICLOUDPREMIUM-5927 in Abiquo isissue is solved (
> + // (http://jira.abiquo.com/browse/ABICLOUDPREMIUM-5927)
> + // Once its fixed, this method should be deleted
> + @Override
> + public Builder disablePagination() {
> + // Unlike in its parent method, disabling pagination
> means to set
> + // the limit attribute to null
> + this.limit = null;
Thanks, I forgot that when unspecified, the pagination is set to the default
value!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/22/files#r5811254