> +    * @param metadata the Account {@link Metadata} to create or update.
> +    * 
> +    * @see <a 
> href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/create-update-account-metadata.html";>
> +    *       Create or Update Account Metadata API</a>
> +    *       
> +    * @return <code>true</code> if the Account Metadata was successfully 
> created or updated, false if not.
> +    */
> +   @Named("account:createOrUpdateMetadata")
> +   @Consumes
> +   @POST
> +   @Fallback(FalseOnNotFoundOr404.class)
> +   @Path("/")
> +   boolean 
> createOrUpdateMetadata(@BinderParam(BindAccountMetadataToHeaders.class) 
> Map<String, String> metadata);
> +
> +   /**
> +    * Deletes 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#r6383619

Reply via email to