|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.openstack.swift.v1.options.PutOptions
public class PutOptions
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 |
|---|
public static final PutOptions NONE
| Constructor Detail |
|---|
public PutOptions()
| Method Detail |
|---|
public PutOptions metadata(Map<String,String> metadata)
public PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||