org.jclouds.googlecloudstorage.options
Class ComposeObjectOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.googlecloudstorage.options.ComposeObjectOptions
All Implemented Interfaces:
org.jclouds.http.options.HttpRequestOptions

public class ComposeObjectOptions
extends org.jclouds.http.options.BaseHttpRequestOptions

Allows to optionally specify ifMetagenerationMatch,ifMetagenerationNotMatch and destinationPredefinedAcl when ComposingObjects operation.


Nested Class Summary
static class ComposeObjectOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
ComposeObjectOptions()
           
 
Method Summary
 ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)
           
 ComposeObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)
           
 ComposeObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)
           
 
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
 

Constructor Detail

ComposeObjectOptions

public ComposeObjectOptions()
Method Detail

ifMetagenerationMatch

public ComposeObjectOptions ifMetagenerationMatch(Long ifMetagenerationMatch)

ifMetagenerationNotMatch

public ComposeObjectOptions ifMetagenerationNotMatch(Long ifMetagenerationNotMatch)

destinationPredefinedAcl

public ComposeObjectOptions destinationPredefinedAcl(DomainResourceReferences.DestinationPredefinedAcl destinationPredefinedAcl)


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