org.jclouds.openstack.swift.v1.options
Class PutOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.openstack.swift.v1.options.PutOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class PutOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Options for creating an Object.


Nested Class Summary
static class PutOptions.Builder
           
 
Field Summary
static PutOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
PutOptions()
           
 
Method Summary
 PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
          Sets the headers on a container at creation.
 PutOptions metadata(Map<String,String> metadata)
          Sets the metadata on a container at creation.
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final PutOptions NONE
Constructor Detail

PutOptions

public PutOptions()
Method Detail

metadata

public PutOptions metadata(Map<String,String> metadata)
Sets the metadata on a container at creation.


headers

public PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
Sets the headers on a container at creation.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.