public class PutOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
PutOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static PutOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
PutOptions() |
Modifier and Type | Method and Description |
---|---|
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.
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final PutOptions NONE
public PutOptions metadata(Map<String,String> metadata)
public PutOptions headers(com.google.common.collect.Multimap<String,String> headers)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.