|
||||||||||
| 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.atmos.options.PutOptions
public class PutOptions
Contains options supported in the REST API for the PUT operations.
import org.jclouds.atmos.options.PutOptions.Builder.*
import org.jclouds.atmos.AtmosClient;
AtmosClient connection = // get connection
connection.createDirectory("directory", publicRead());
- Author:
- Adrian Cole
Nested Class Summary
static class
PutOptions.Builder
Field Summary
static PutOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
PutOptions()
Method Summary
PutOptions
publicRead()
Add public access to all users
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, 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
publicRead
public PutOptions publicRead()
- Add public access to all users
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.