org.jclouds.snia.cdmi.v1.options
Class CreateDataObjectNonCDMIOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.snia.cdmi.v1.options.CreateDataObjectNonCDMIOptions
All Implemented Interfaces:
HttpRequestOptions

public class CreateDataObjectNonCDMIOptions
extends BaseHttpRequestOptions

Contains options supported in the REST API for the CREATE container operation.

Author:
Kenneth Nagin

Nested Class Summary
static class CreateDataObjectNonCDMIOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
CreateDataObjectNonCDMIOptions()
           
 
Method Summary
 CreateDataObjectNonCDMIOptions withStringPayload(String value)
          A name-value pair to associate with the container as metadata.
 
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
 

Constructor Detail

CreateDataObjectNonCDMIOptions

public CreateDataObjectNonCDMIOptions()
Method Detail

withStringPayload

public CreateDataObjectNonCDMIOptions withStringPayload(String value)
A name-value pair to associate with the container as metadata.



Copyright © 2009-2012 jclouds. All Rights Reserved.