> +
> +import com.google.common.collect.Multimap;
> +
> +/**
> + * Options for updating a {@link Container}.
> + *
> + * @see org.jclouds.openstack.swift.v1.features.ContainerApi#update(String,
> UpdateContainerOptions)
> + */
> +public class UpdateContainerOptions extends BaseHttpRequestOptions {
> + public static final UpdateContainerOptions NONE = new
> UpdateContainerOptions();
> +
> + /**
> + * Sets the headers on a container at creation.
> + */
> + public UpdateContainerOptions headers(Multimap<String, String> headers) {
> + if (!headers.isEmpty()) {
See above comment
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/107/files#r13035190