> + * Gets the Account metadata.
> + *
> + * @return the {@link Metadata} without any prefixes.
> + *
> + * @see <a
> href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/retrieve-account-metadata.html">
> + * Get Account Metadata API</a>
> + */
> + @Named("account:getMetadata")
> + @Consumes(MediaType.APPLICATION_JSON)
> + @HEAD
> + @ResponseParser(ParseAccountMetadataFromHeaders.class)
> + @Path("/")
> + Map<String, String> getMetadata();
> +
> + /**
> + * Creates or updates the Account metadata.
Use `{@link Account}`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383605