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

java.lang.Object
  extended by org.jclouds.openstack.swift.v1.options.PutOptions.Builder
Enclosing class:
PutOptions

public static class PutOptions.Builder
extends Object


Constructor Summary
PutOptions.Builder()
           
 
Method Summary
static PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
           
static PutOptions metadata(Map<String,String> metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutOptions.Builder

public PutOptions.Builder()
Method Detail

headers

public static PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
See Also:
PutOptions.headers(com.google.common.collect.Multimap)

metadata

public static PutOptions metadata(Map<String,String> metadata)
See Also:
PutOptions.metadata(java.util.Map)


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