Class PutOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PutOptions
     

    Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions

    formParameters, headers, pathSuffix, payload, queryParameters
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    headers(com.google.common.collect.Multimap<String,String> headers)
    Sets the headers on a container at creation.
    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 Details

  • Constructor Details

    • PutOptions

      public PutOptions()
  • Method Details

    • 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.