> @@ -52,7 +54,16 @@
>     @Path("/SoftLayer_Account/ActivePackages.json")
>     @Consumes(MediaType.APPLICATION_JSON)
>     @Fallback(NullOnNotFoundOr404.class)
> -   ListenableFuture<Set<ProductPackage>> getActivePackages();
> +   @QueryParams(keys = "objectMask", values = ACTIVE_PACKAGE_MASK)
> +   ListenableFuture<Set<ProductPackage>> getActivePackagesReduced();

What is an `ActivePackageReduced`? A "lightweight" version with only some of 
the fields filled in? In that case, some Javadoc to describe the difference?

Also, perhaps "getReducedActivePackages" or some other name that indicates that 
"ActivePackages" are the still the main object being returned here?

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

Reply via email to